 |
YawPitchRollRotateTransform(Single, Single, Single) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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