Vertex Viewer SDK
    Preparing search index...

    Class FrameCameraBase

    Hierarchy (View Summary)

    Index
    aspectRatio: number
    far: number
    near: number
    position: Vector3.Vector3
    • Returns a point on the near plane that intersects with line. If line does not intersect, then undefined is returned.

      Parameters

      • line: Line3

        The line to intersect.

      Returns Vector3.Vector3 | undefined

      A point in world space, or undefined if the line does not intersect with the near plane.