rotation
The affine transform’s rotation.
Declaration
var rotation: Rotation3DFloat? { get }Discussion
This function can’t extract rotation from a non-scale-rotate-translate affine transform. In that case, the function returns nil.
The affine transform’s rotation.
var rotation: Rotation3DFloat? { get }This function can’t extract rotation from a non-scale-rotate-translate affine transform. In that case, the function returns nil.