ScottPlot
|
Represents a 3d point in coordinate space. More...
Public Member Functions | |
Coordinates3d (double x, double y, double z) | |
double | DistanceSquared (Coordinates3d pt) |
double | Distance (Coordinates3d pt) |
override string | ToString () |
bool | Equals (Coordinates3d other) |
override bool | Equals (object? obj) |
override int | GetHashCode () |
Coordinates3d | WithDelta (double dX, double dY, double dZ) |
Coordinates | Coordinates2d () |
Static Public Member Functions | |
static bool | operator== (Coordinates3d a, Coordinates3d b) |
static bool | operator!= (Coordinates3d a, Coordinates3d b) |
Properties | |
double | X [get, set] |
double | Y [get, set] |
double | Z [get, set] |
bool | AreReal [get] |
static Coordinates3d | NaN [get] |
static Coordinates3d | Origin [get] |
static Coordinates3d | Infinity [get] |
Represents a 3d point in coordinate space.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
get |
|
staticget |
|
staticget |
|
staticget |
|
getset |
|
getset |
|
getset |