Ray
external class Ray(var origin: Cartesian3 = definedExternally, var direction: Cartesian3 = definedExternally)(source)
Represents a ray that extends infinitely from the provided origin in the provided direction.
See also
Properties
Link copied to clipboard
The direction of the ray. Default value - Cartesian3.ZERO
Link copied to clipboard
The origin of the ray. Default value - Cartesian3.ZERO