 |
YawPitchRollRotateTransform(Single, Single, Single, Vector3) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic YawPitchRollRotateTransform(
float yaw,
float pitch,
float roll,
Vector3 pivotPoint
)
Parameters
- yaw Single
- yaw angle in degrees - rotates around (0, 1, 0) axis
- pitch Single
- pitch angle in degrees - rotates around (1, 0, 0) axis
- roll Single
- roll in degrees - rotates around (0, 0, 1) axis
- pivotPoint Vector3
- center of the rotation
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Transformations.YawPitchRollRotateTransform.#ctor(System.Single,System.Single,System.Single,System.Numerics.Vector3)"]
See Also