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;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.Vectors.pas | System.Math.Vectors | TMatrix |
説明
等値演算子は、デフォルトのイプシロンで EqualsTo 関数を呼び出します。