Click or drag to resize

Vector2TransformNormal Method (Vector2, Matrix3x2)

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,
	Matrix3x2 matrix
)

Parameters

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

Return Value

Type: Vector2
The transformed vector.
See Also