行列クラスのインスタンス

Namespace: FVIL.GeoTrans
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
protected CFviMatrix m_Matrix
Visual Basic
Protected m_Matrix As CFviMatrix

Field Value

Type: CFviMatrix

Remarks

3x3の同次行列です。 このクラスを継承したクラスが、同次行列により幾何変換を行う場合に使用されます。

See Also