Click or drag to resize

Matrix4x4Transform Method

Transforms the given matrix by applying the given Quaternion rotation.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 Transform(
	Matrix4x4 value,
	Quaternion rotation
)

Parameters

value
Type: Karamba.GeometryMatrix4x4
The source matrix to transform.
rotation
Type: Karamba.GeometryQuaternion
The rotation to apply.

Return Value

Type: Matrix4x4
The transformed matrix.
See Also