Click or drag to resize

Vector2Transform Method (Vector2, Matrix4x4)

Transforms a vector 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 Transform(
	Vector2 position,
	Matrix4x4 matrix
)

Parameters

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

Return Value

Type: Vector2
The transformed vector.
See Also