Click or drag to resize

Vector3Rotate Method

Rotates vector by an angle about a given axis.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Rotate(
	double angle,
	Vector3 axis
)

Parameters

angle
Type: SystemDouble
angle of rotation in rad.
axis
Type: Karamba.GeometryVector3
rotation axis.
See Also