flipped(along:)
Returns an affine transform that results from flipping it along the specified axis.
Declaration
func flipped(along axis: Axis3D) -> AffineTransform3DParameters
- axis:
An axis structure that specifies the flip axis.
Returns an affine transform that results from flipping it along the specified axis.
func flipped(along axis: Axis3D) -> AffineTransform3DAn axis structure that specifies the flip axis.