Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
PointNDConcept< P > Struct Template ReferenceN-dimensional point concept.
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
P | point |
template <typename P> concept PointNDConcept : ValueType<P> { // the type of coordinate along each axis template <size_t D> struct axis { typename coord_type; }; static const size_t num_dimensions; // accessor/modifier of the value of each axis. template <size_t D> const axis<D>::coord_type& v() const; template <size_t D> axis<D>::coord_type& v(); };
Definition at line 91 of file gil_concept.hpp.