|
| static readonly int | SizeInBytes = System.Runtime.InteropServices.Marshal.SizeOf(new Plane()) |
| | Defines the size of the Plane struct in bytes. More...
|
| |
Definition at line 9 of file Plane.cs.
| Shift.Plane.Plane |
( |
Vector3 |
normal, |
|
|
float |
d |
|
) |
| |
|
inline |
| Shift.Plane.Plane |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
float |
d |
|
) |
| |
|
inline |
| float Shift.Plane.Dot |
( |
Vector4 |
value | ) |
|
|
inline |
| void Shift.Plane.Dot |
( |
ref Vector4 |
value, |
|
|
out float |
result |
|
) |
| |
|
inline |
| float Shift.Plane.DotCoordinate |
( |
Vector3 |
value | ) |
|
|
inline |
| void Shift.Plane.DotCoordinate |
( |
ref Vector3 |
value, |
|
|
out float |
result |
|
) |
| |
|
inline |
| float Shift.Plane.DotNormal |
( |
Vector3 |
value | ) |
|
|
inline |
| void Shift.Plane.DotNormal |
( |
ref Vector3 |
value, |
|
|
out float |
result |
|
) |
| |
|
inline |
| override bool Shift.Plane.Equals |
( |
object |
other | ) |
|
|
inline |
| bool Shift.Plane.Equals |
( |
Plane |
other | ) |
|
|
inline |
| override int Shift.Plane.GetHashCode |
( |
| ) |
|
|
inline |
| void Shift.Plane.Normalize |
( |
| ) |
|
|
inline |
| static void Shift.Plane.Normalize |
( |
ref Plane |
value, |
|
|
out Plane |
result |
|
) |
| |
|
inlinestatic |
| static bool Shift.Plane.operator!= |
( |
Plane |
plane1, |
|
|
Plane |
plane2 |
|
) |
| |
|
inlinestatic |
| static bool Shift.Plane.operator== |
( |
Plane |
plane1, |
|
|
Plane |
plane2 |
|
) |
| |
|
inlinestatic |
| override string Shift.Plane.ToString |
( |
| ) |
|
|
inline |
Transforms a normalized plane by a matrix.
- Parameters
-
| plane | The normalized plane to transform. |
| matrix | The transformation matrix. |
- Returns
- The transformed plane.
Definition at line 86 of file Plane.cs.
| static void Shift.Plane.Transform |
( |
ref Plane |
plane, |
|
|
ref Matrix |
matrix, |
|
|
out Plane |
result |
|
) |
| |
|
inlinestatic |
Transforms a normalized plane by a matrix.
- Parameters
-
| plane | The normalized plane to transform. |
| matrix | The transformation matrix. |
| result | The transformed plane. |
Definition at line 99 of file Plane.cs.
Transforms a normalized plane by a quaternion rotation.
- Parameters
-
| plane | The normalized plane to transform. |
| rotation | The quaternion rotation. |
- Returns
- The transformed plane.
Definition at line 122 of file Plane.cs.
Transforms a normalized plane by a quaternion rotation.
- Parameters
-
| plane | The normalized plane to transform. |
| rotation | The quaternion rotation. |
| result | The transformed plane. |
Definition at line 135 of file Plane.cs.
| readonly int Shift.Plane.SizeInBytes = System.Runtime.InteropServices.Marshal.SizeOf(new Plane()) |
|
static |
Defines the size of the Plane struct in bytes.
Definition at line 14 of file Plane.cs.
The documentation for this struct was generated from the following file: