 |
AxisAngleRotateTransform(Vector3, Single, Vector3) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic AxisAngleRotateTransform(
Vector3 axis,
float angle,
Vector3 pivotPoint
)
Parameters
- axis Vector3
- axis of rotation as Vector3
- angle Single
- angle in degrees
- pivotPoint Vector3
- center of the rotation
See Also