createFrustum(left:right:bottom:top:zNear:zFar:)

    Creates a new Projection that projects positions in a frustum with the given clipping planes.

    Projection.swift:361
    static func createFrustum(left: Double, right: Double, bottom: Double, top: Double, zNear: Double, zFar: Double) -> Projection

    Other members in extension

    Types

    Type members

    Instance members