Cad3DPointHelper class

Cad3DPointHelper class

Helper class of 3D points

The Cad3DPointHelper type exposes the following members:

Methods

MethodDescription
angle_between_3_pointsAngles the between3 points.
rotate_pointRotates one point arount another one
distanceThe distance.
lengthThe length.
crossThe cross product of two vectors.
dotThe dot product of two vectors.
minThe minimum of two points.
maxThe maximum of two points.
inverseInverses this instance.

See Also