![]() |
LayerProcGen v0.4.0
Layer-based infinite procedural generation
|
Inherits IEquatable.
Public Member Functions | |
| DPoint3 (DFloat x, DFloat y, DFloat z) | |
| bool | Equals (DPoint3 other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| Point3 | RoundToPoint3 () |
| override string | ToString () |
Static Public Member Functions | |
| 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, DFloat f) |
| static DPoint3 | 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, DFloat f) |
| static DPoint3 | operator/ (DPoint3 a, DPoint3 b) |
| static DPoint3 | operator/ (DPoint3 a, int f) |
| static bool | operator== (DPoint3 a, DPoint3 b) |
Public Attributes | |
| DFloat | x |
| DFloat | y |
| DFloat | z |
Properties | |
| DFloat[] | array [get] |
| float | magnitude [get] |
| DFloat | sqrMagnitude [get] |
| DFloat | this[int index] [get, set] |
| DPoint | xy [get] |
| DPoint | xz [get] |
| DPoint | yz [get] |