Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetPoint ( Real t ) : Vector3 |
Gets the position of a point t units along the ray.
|
|
Intersects ( |
Tests whether this ray intersects the given box.
|
|
Intersects ( |
Tests whether this ray intersects the given plane.
|
|
Intersects ( |
Tests whether this ray intersects the given PlaneBoundedVolume.
|
|
Intersects ( |
Tests whether this ray intersects the given sphere.
|
|
Ray ( ) : System |
Default constructor.
|
|
Ray ( Vector3 origin, Vector3 direction ) : System |
Constructor.
|
|
operator ( ) : Vector3 |
Gets the position of a point t units along the ray.
|
|
operator ( ) : bool | ||
this ( Real t ) : Vector3 |
Gets the position of a point t units along the ray.
|
public Intersects ( |
||
box | ||
Результат | IntersectResult |
public Intersects ( |
||
plane | ||
Результат | IntersectResult |
public Intersects ( |
||
volume | ||
Результат | IntersectResult |
public Intersects ( |
||
sphere | ||
Результат | IntersectResult |
public Ray ( Vector3 origin, Vector3 direction ) : System | ||
origin | Vector3 | Starting point of the ray. |
direction | Vector3 | Direction the ray is pointing. |
Результат | System |