Struct Ray
- Namespace
- BasilEngine
- Assembly
- BasilEngine.dll
[Disabled]
public struct Ray
- Inherited Members
Constructors
Ray(Vector3, Vector3)
Initializes a new Ray.
public Ray(Vector3 origin, Vector3 direction)
Parameters
Fields
direction
Direction vector of the ray (should be normalized).
public Vector3 direction
Field Value
origin
Starting point of the ray in world space.
public Vector3 origin