This class represents points (locations) in 3D space.
OdGePoint3d may be viewed as an array[3] of doubles.
Corresponding C++ library: TD_Ge
File: GePoint3d.h
Module: API Reference
This is the overview for the OdGePoint3d constructor overload. |
This is the overview for the asVector method overload. | |
This is the overview for the convert2d 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 plane. | |
Returns the 3D point that is the result of the orthogonal projection of this point into the specified plane. | |
Projects this point onto the specified plane along the specified vector. | |
Rotates this point about the specified basePoint and axis of rotation by the specified angle. | |
Scales this point by the scale factor about the basepoint. | |
This is the overview for the set method overload. | |
Sets this point to the product of xfm * point, and returns a reference to this point. | |
Sets this point to point + vect, and returns a reference to this point. | |
Swaps coordinates of this point and the specified point. | |
This is the overview for the transformBy method overload. |
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 OdGePoint3d class. | |
Addition operator for the OdGePoint3d class. | |
Addition operator for the OdGePoint3d class. | |
This is the overview for the - operator overload. | |
Subtraction operator for the OdGePoint3d class. | |
Division operator for the OdGePoint3d class. | |
Division operator for the OdGePoint3d 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.
|