Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RayRange

The extent of a ray. A ray can be limited to only shooting forward (either positive or positiveAndZero), or the ray can shoot both forward and backward (both).

Index

Enumeration members

Enumeration members

both

both:

The ray shoots in two directions: from the start point to infinity, and in the opposite direction to negative infinity.

positive

positive:

The ray shoots in one direction from the start point to infinity but doesn't include the start point.

positiveAndZero

positiveAndZero:

The ray shoots in one direction from the start point to infinity and includes the start point.

Generated using TypeDoc