Contents

init(fovY:aspectRatio:nearZ:farZ:)

Declaration

init(fovY: Angle2DFloat, aspectRatio: Float, nearZ: Float, farZ: Float)

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 .

Return Value

A projective transform with right-hand side perspective.

Discussion

Returns a projective transform with right-hand side perspective.