|
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)
Syntaxpublic void Rotate(
double angle,
Vector3 axis
)
Public Sub Rotate (
angle As Double,
axis As Vector3
)
public:
void Rotate(
double angle,
Vector3 axis
)
member Rotate :
angle : float *
axis : Vector3 -> unit
Parameters
- angle
- Type: SystemDouble
angle of rotation in rad. - axis
- Type: Karamba.GeometryVector3
rotation axis.
See Also