Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
Point2DConcept< P > Struct Template Reference2-dimensional point concept
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
P | point |
template <typename P> concept Point2DConcept : PointNDConcept<P> { where num_dimensions==2; where axis<0>::coord_type == axis<1>::coord_type; typename value_type = axis<0>::coord_type; value_type x,y; };
Definition at line 123 of file gil_concept.hpp.