changeBasis(from:to:)
Returns a new affine transform structure by applying a change-of-basis.
Declaration
func changeBasis(from: AffineTransform3DFloat = .identity, to: AffineTransform3DFloat) -> AffineTransform3DFloat?Parameters
- from:
The old basis.
- to:
The new basis.
Return Value
A new affine transform structure.