Represents a point in 2-dimensional space. The coordinates are represented in inches.
More...
|
(Note that these are not member functions.)
|
| enum SUResult | SUPoint2DToSUPoint2D (const struct SUPoint2D *point1, const struct SUPoint2D *point2, struct SUVector2D *vector) |
| | Creates a vector between two point objects. More...
|
| |
| enum SUResult | SUPoint2DGetEqual (const struct SUPoint2D *point1, const struct SUPoint2D *point2, bool *equal) |
| | Determines if two points are equal. More...
|
| |
| enum SUResult | SUPoint2DOffset (const struct SUPoint2D *point1, const struct SUVector2D *vector, struct SUPoint2D *point2) |
| | Creates a new point that is offset from another point. More...
|
| |
| enum SUResult | SUPoint2DDistanceToSUPoint2D (const struct SUPoint2D *point1, const struct SUPoint2D *point2, double *distance) |
| | Gets the distance between two point objects, in inches. More...
|
| |
| enum SUResult | SUPoint2DTransform (const struct SUTransformation2D *transform, struct SUPoint2D *point) |
| | Transforms a point by applying a 2D transformation. More...
|
| |
Represents a point in 2-dimensional space. The coordinates are represented in inches.