• This functions performs only a fast check. Returns false if the triangle is definitely outside of the frustum. If true is returned the triangle MAY be inside of the frustum.

    Parameters

    • pP1: Vector3
    • pP2: Vector3
    • pP3: Vector3
    • pFrustum: Frustum

    Returns boolean

Generated using TypeDoc