Click or drag to resize

Vector3Transform Method (Vector3, Quaternion)

Transforms a vector by the given Quaternion rotation value.

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

Parameters

value
Type: Karamba.GeometryVector3
The source vector to be rotated.
rotation
Type: Karamba.GeometryQuaternion
The rotation to apply.

Return Value

Type: Vector3
The transformed vector.
See Also