Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
PointStandard models of GIL concepts 2D point.
More... |
Classes | |
class | point2< T > |
2D point both axes of which have the same dimension type
MODELS: Point2DConcept More... | |
Functions | |
point2< int > | iceil (const point2< double > &p) |
point2< int > | iceil (const point2< float > &p) |
point2< int > | ifloor (const point2< double > &p) |
point2< int > | ifloor (const point2< float > &p) |
point2< int > | iround (const point2< double > &p) |
point2< int > | iround (const point2< float > &p) |
template<typename T> | |
GIL_FORCEINLINE point2< double > | operator * (const point2< T > &p, double t) |
template<typename T> | |
GIL_FORCEINLINE T | operator * (const point2< T > &p1, const point2< T > &p2) |
template<typename T> | |
GIL_FORCEINLINE bool | operator!= (const point2< T > &p1, const point2< T > &p2) |
template<typename T> | |
GIL_FORCEINLINE point2< T > | operator+ (const point2< T > &p1, const point2< T > &p2) |
template<typename T> | |
GIL_FORCEINLINE point2< T > | operator- (const point2< T > &p1, const point2< T > &p2) |
template<typename T> | |
GIL_FORCEINLINE point2< double > | operator/ (const point2< T > &p, double t) |
template<typename T> | |
GIL_FORCEINLINE bool | operator== (const point2< T > &p1, const point2< T > &p2) |