terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Plane (Vector4 value) | |
Plane (Vector3 normal, float d) | |
Plane (Vector3 a, Vector3 b, Vector3 c) | |
Plane (float a, float b, float c, float d) | |
float | Dot (Vector4 value) |
void | Dot (Vector4 value, [Out] float result) |
float | DotCoordinate (Vector3 value) |
void | DotCoordinate (Vector3 value, [Out] float result) |
float | DotNormal (Vector3 value) |
void | DotNormal (Vector3 value, [Out] float result) |
void | Normalize () |
override bool | Equals (object other) |
bool | Equals (Plane other) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T other) |
Static Public Member Functions | |
static void | Transform (Plane plane, Quaternion rotation, [Out] Plane result) |
static void | Transform (Plane plane, Matrix matrix, [Out] Plane result) |
static Plane | Transform (Plane plane, Quaternion rotation) |
static Plane | Transform (Plane plane, Matrix matrix) |
static Plane | Normalize (Plane value) |
static void | Normalize (Plane value, [Out] Plane result) |
static bool | operator!= (Plane plane1, Plane plane2) |
static bool | operator== (Plane plane1, Plane plane2) |
Public Attributes | |
float | D |
Vector3 | Normal |