System.Math.Vectors.TMatrix.operator Equality
Delphi
class operator Multiply(const AVector: TPoint3D; const AMatrix: TMatrix): TPoint3D;
class operator Equal(const RightMatrix, LeftMatrix: TMatrix): Boolean; static;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.Vectors.pas | System.Math.Vectors | TMatrix |
Description
Equal operator, calls EqualsTo function with a default epsilon.