This class represents points (locations) in 2D space.
OdGePoint2d may be viewed as an array[2] of doubles.
Corresponding C++ library: TD_Ge
File: GePoint2d.h
Module: API Reference
This is the overview for the OdGePoint2d constructor overload. |
This is the overview for the asVector method overload. | |
Returns the squared distance from this point to the specified point. | |
Returns the distance from this point to the specified point. | |
Returns true if and only if the distance from this point to point is within the specified tolerance. | |
Mirrors this point about the specified 2D line. | |
Rotates this point about the specified basePoint by the specified angle. | |
Scales this point by the scale factor about the basepoint. | |
Sets this point to the specified X and Y coordinates. Returns a reference to this point. | |
Sets this point to the result of the matrix multiplication (matrix * point). Returns a reference to this point. | |
Sets this point to point + vect, and returns a reference to this point. | |
Sets this point to the result of the matrix multiplication of xfm * this point. Returns a reference to this point. |
Inequality operator. Returns true if any of the coordinates of this point are not equal to the corresponding coordinates of the specified point. | |
This is the overview for the * operator overload. | |
Multiplication operator for the OdGePoint2d class. | |
Addition operator for the OdGePoint2d class. | |
Addition operator for the OdGePoint2d class. | |
This is the overview for the - operator overload. | |
Subtraction operator for the OdGePoint2d class. | |
Division operator for the OdGePoint2d class. | |
Division operator for the OdGePoint2d class. | |
Equality operator. Returns true if all the coordinates of this point are equal to the corresponding coordinates of the specified point. | |
This is the overview for the [] operator overload. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|