System.Math.Vectors.TPoint3D Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_op_AdditionpublicCalculates the sum between two points.
_op_Divisionpublic
_op_EqualitypublicTests whether two TPoint3D objects are equal.
_op_InequalitypublicTests whether two TPoint3D objects are not equal.
_op_MultiplypublicMultiplies the values of two points.
_op_SubtractionpublicCalculates the difference between two TPoint3D objects.
_op_UnaryNegationpublic
AngleCosinepublic
CreatepublicCreates a TPoint3D object.
CrossProductpublicCalculates the cross product between two TPoint3D objects.
DistancepublicCalculates the distance between two TPoint3D objects.
DotProductpublicCalculates the dot product between two TPoint3D objects.
EqualsTopublic
LengthpublicCalculates the distance between the null point with coordinates (0,0,0) and the Self (this (C++)) point.
MidPointpublic
NormalizepublicReturns the normalized instance of this TPoint3D object, indicated by the Self keyword in Delphi (this in C++).
Offsetpublic
operator AdditionpublicCalculates the sum between two points.
operator Divisionpublic
operator EqualitypublicTests whether two TPoint3D objects are equal.
operator InequalitypublicTests whether two TPoint3D objects are not equal.
operator MultiplypublicMultiplies the values of two points.
operator SubtractionpublicCalculates the difference between two TPoint3D objects.
operator UnaryNegationpublic
Reflectpublic
Rotatepublic
Zeropublic3D point where the values of X, Y, and Z are all 0.