Click or drag to resize

Vector3Rotate Method

rotate vector by an angle about a given axis

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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