Computes a transposed 3d matrix.

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

Syntax

C#
public Matrix3d Transpose()
Visual Basic (Declaration)
Public Function Transpose As Matrix3d
Visual C++
public:
Matrix3d^ Transpose()

Return Value

Returns the matrix transposed.

See Also