Definition at line 8 of file Ray.cs.
◆ Ray()
Creates a ray starting at origin along direction.
- Parameters
-
Definition at line 49 of file Ray.cs.
◆ GetPoint()
Vector3 FalcoEngine.Ray.GetPoint |
( |
float |
distance | ) |
|
Returns a point at distance units along the ray.
- Parameters
-
Definition at line 59 of file Ray.cs.
◆ ToString() [1/2]
override string FalcoEngine.Ray.ToString |
( |
| ) |
|
Returns a nicely formatted string for this ray.
- Parameters
-
Definition at line 68 of file Ray.cs.
◆ ToString() [2/2]
string FalcoEngine.Ray.ToString |
( |
string |
format | ) |
|
Returns a nicely formatted string for this ray.
- Parameters
-
Definition at line 77 of file Ray.cs.
◆ direction
The direction of the ray.
Definition at line 32 of file Ray.cs.
◆ origin
The origin point of the ray.
Definition at line 17 of file Ray.cs.
The documentation for this struct was generated from the following file: