init(fovyRadians:aspectRatio:nearZ:farZ:)
Declaration
init(fovyRadians: Double, aspectRatio: Double, nearZ: Double, farZ: Double)Parameters
- fovyRadians:
The field of view angle on the @p y axis.
- aspectRatio:
The aspect ratio.
- nearZ:
The near @p z .
- farZ:
The far @p z .
Return Value
A projective transform with right-hand side perspective.
Discussion
Returns a projective transform with right-hand side perspective.