Click or drag to resize

Vector2TransformNormal Method (Vector2, Matrix4x4)

Transforms a vector normal by the given matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 TransformNormal(
	Vector2 normal,
	Matrix4x4 matrix
)

Parameters

normal
Type: Karamba.GeometryVector2
The source vector.
matrix
Type: Karamba.GeometryMatrix4x4
The transformation matrix.

Return Value

Type: Vector2
The transformed vector.
See Also