This is the complete list of members for ARLocation.DVector3, including all inherited members.
Distance(DVector3 a, DVector3 b) | ARLocation.DVector3 | static |
Dot(DVector3 a, DVector3 b) | ARLocation.DVector3 | static |
DVector3(Vector3 v) (defined in ARLocation.DVector3) | ARLocation.DVector3 | |
DVector3(double newX=0.0, double newY=0.0, double newZ=0.0) | ARLocation.DVector3 | |
Equals(DVector3 v, double e=0.00005) | ARLocation.DVector3 | |
Lerp(DVector3 a, DVector3 b, double t) | ARLocation.DVector3 | static |
magnitude | ARLocation.DVector3 | |
Normalize() | ARLocation.DVector3 | |
normalized | ARLocation.DVector3 | |
operator*(DVector3 a, double b) | ARLocation.DVector3 | static |
operator*(double b, DVector3 a) | ARLocation.DVector3 | static |
operator+(DVector3 a, DVector3 b) | ARLocation.DVector3 | static |
operator-(DVector3 a, DVector3 b) | ARLocation.DVector3 | static |
operator/(DVector3 a, double b) | ARLocation.DVector3 | static |
Set(double xx=0.0, double yy=0.0, double zz=0.0) | ARLocation.DVector3 | |
ToString() | ARLocation.DVector3 | |
toVector3() | ARLocation.DVector3 | |
x (defined in ARLocation.DVector3) | ARLocation.DVector3 | |
y (defined in ARLocation.DVector3) | ARLocation.DVector3 | |
z (defined in ARLocation.DVector3) | ARLocation.DVector3 | |