init(x:y:z:)
Returns a rotation axis from the specified values.
Declaration
init(x: Float = 0, y: Float = 0, z: Float = 0)Parameters
- x:
The rotation value on the x-axis.
- y:
The rotation value on the y-axis.
- z:
The rotation value on the z-axis.
Returns a rotation axis from the specified values.
init(x: Float = 0, y: Float = 0, z: Float = 0)The rotation value on the x-axis.
The rotation value on the y-axis.
The rotation value on the z-axis.