init(fovY:aspectRatio:nearZ:farZ:reverseZ:)
Declaration
init(fovY: Angle2DFloat, aspectRatio: Float, nearZ: Float, farZ: Float, reverseZ: Bool)Parameters
- fovY:
The field of view angle on the @p y axis.
- aspectRatio:
The aspect ratio.
- nearZ:
The near @p z .
- farZ:
The far @p z .
- reverseZ:
A Boolean value that specifies whether the matrix should use reverse z.
Return Value
A projective transform with right-hand side perspective.
Discussion
Returns a projective transform with right-hand side perspective.