Click or drag to resize

Matrix4x4 Constructor (Matrix3x2)

Initializes a new instance of the Matrix4x4 struct. Constructs a Matrix4x4 from the given Matrix3x2.

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

Parameters

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