Click or drag to resize

Matrix4x4 Constructor (Matrix3x2)

Constructs a Matrix4x4 from the given Matrix3x2.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Matrix4x4(
	Matrix3x2 value
)

Parameters

value
Type: Karamba.GeometryMatrix3x2
The source Matrix3x2.
See Also