|
| static Vertex | operator* (Vertex v, Quaternion q) |
| |
| static Vertex | operator+ (Vertex v1, Vertex v2) |
| |
| static Vertex | operator- (Vertex v1, Vertex v2) |
| |
| static Vertex | operator* (Vertex v1, Vertex v2) |
| |
| static Vertex | operator+ (Vertex v1, float am) |
| |
| static Vertex | operator- (Vertex v1, float am) |
| |
| static Vertex | operator* (Vertex v1, float am) |
| |
| static Vertex | operator/ (Vertex v1, float am) |
| |
| static Vertex | FromAngle (double angle) |
| |
| static bool | operator> (Vertex me, Vertex other) |
| |
| static bool | operator< (Vertex me, Vertex other) |
| |
| static Vertex | operator* (Vertex v, Quaternion q) |
| |
| static Vertex | operator+ (Vertex v1, Vertex v2) |
| |
| static Vertex | operator- (Vertex v1, Vertex v2) |
| |
| static Vertex | operator* (Vertex v1, Vertex v2) |
| |
| static Vertex | operator+ (Vertex v1, float am) |
| |
| static Vertex | operator- (Vertex v1, float am) |
| |
| static Vertex | operator* (Vertex v1, float am) |
| |
| static Vertex | operator/ (Vertex v1, float am) |
| |
| static Vertex | FromAngle (double angle) |
| |
| static bool | operator> (Vertex me, Vertex other) |
| |
| static bool | operator< (Vertex me, Vertex other) |
| |
|
| float | X [get, set] |
| |
| float | Y [get, set] |
| |
| float | Z [get, set] |
| |
Definition at line 36 of file HelperTypes.cs.
| Vertex.Vertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
| Vertex.Vertex |
( |
Vector3 |
v | ) |
|
|
inline |
| Vertex.Vertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
| Vertex.Vertex |
( |
Vector3 |
v | ) |
|
|
inline |
| int Vertex.CompareTo |
( |
Vertex |
other | ) |
|
|
inline |
| int Vertex.CompareTo |
( |
Vertex |
other | ) |
|
|
inline |
| virtual bool Vertex.Equals |
( |
Vertex |
v, |
|
|
float |
tolerance |
|
) |
| |
|
inlinevirtual |
| virtual bool Vertex.Equals |
( |
Vertex |
v, |
|
|
float |
tolerance |
|
) |
| |
|
inlinevirtual |
| static Vertex Vertex.FromAngle |
( |
double |
angle | ) |
|
|
inlinestatic |
| static Vertex Vertex.FromAngle |
( |
double |
angle | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: