Inherits IEquatable< DPoint3 >.
|
| DPoint3 (DFloat x, DFloat y, DFloat z) |
|
bool | Equals (DPoint3 other) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
override string | ToString () |
|
|
static float | Distance (DPoint3 a, DPoint3 b) |
|
static DPoint3 | Max (DPoint3 a, DPoint3 b) |
|
static DPoint3 | Min (DPoint3 a, DPoint3 b) |
|
static implicit | operator DPoint3 (Point3 p) |
|
static | operator Point3 (DPoint3 p) |
|
static bool | operator!= (DPoint3 a, DPoint3 b) |
|
static DPoint3 | operator* (DPoint3 a, int f) |
|
static DPoint3 | operator* (DPoint3 a, Point3 b) |
|
static DPoint3 | operator* (Point3 a, DPoint3 b) |
|
static DPoint3 | operator+ (DPoint3 a, DPoint3 b) |
|
static DPoint3 | operator- (DPoint3 a) |
|
static DPoint3 | operator- (DPoint3 a, DPoint3 b) |
|
static DPoint3 | operator/ (DPoint3 a, int f) |
|
static bool | operator== (DPoint3 a, DPoint3 b) |
|
|
static DPoint3 | forward = new DPoint3(0f, 0f, 1f) |
|
static DPoint3 | one = new DPoint3(1f, 1f, 1f) |
|
static DPoint3 | right = new DPoint3(1f, 0f, 0f) |
|
static DPoint3 | up = new DPoint3(0f, 1f, 0f) |
|
static DPoint3 | zero = new DPoint3(0f, 0f, 0f) |
|