Ray


Vocabulary
raylib

Class description
Represents a ray casted across 3D space.

Fields
positionVector3Ray position (origin)
directionVector3Ray direction


Definition


STRUCT: Ray
{
position Vector3 initial:
S{ Vector3 { x 0.0 } { y 0.0 } { z 0.0 } }
} {
direction Vector3 initial:
S{ Vector3 { x 0.0 } { y 0.0 } { z 0.0 } }
} ;


Methods