|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| Plane (Vector4 v) | |
| Plane (Vector3 normal, float d) | |
| Plane (Vector3 a, Vector3 b, Vector3 c) | |
| Plane (float x, float y, float z, float d) | |
| override bool | Equals (object obj) |
| bool | Equals (Plane other) |
| override int | GetHashCode () |
| override string | ToString () |
静态 Public 成员函数 | |
| static Plane | Normalize (Plane p) |
| static bool | operator== (Plane p1, Plane p2) |
| static bool | operator!= (Plane p1, Plane p2) |
Public 属性 | |
| Vector3 | Normal |
| float | D |