A 3d ([3x3]) - matrix.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public class Matrix3d : IDisposable
Visual Basic (Declaration)
Public Class Matrix3d _
	Implements IDisposable
Visual C++
public ref class Matrix3d : IDisposable

Remarks

A 3d matrix is restricted to three rows and three columns. This 3d matrix has a significantly higher performance than a generic n-dimensional matrix.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Matrix3d

See Also