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