Readonly
Returns a point on the near plane that intersects with line. If line does not intersect, then undefined is returned.
line
undefined
The line to intersect.
A point in world space, or undefined if the line does not intersect with the near plane.
Returns whether this FrameCameraBase is an orthographic camera.
FrameCameraBase
Returns whether this FrameCameraBase is a perspective camera.
Checks if the given point, in world space, is behind the near plane of the camera.
A point in world space.
true if the point is behind the camera.
true
Static
Returns a point on the near plane that intersects with
line. Iflinedoes not intersect, thenundefinedis returned.