Abs(Vector3 v) | pluginbase.Helpers.Computative.VExt | static |
ComponentDistance(Vector3d a, Vector3d b) | pluginbase.Helpers.Computative.VExt | static |
InSquareDistance(Vector3 a, Vector3 b, float d) | pluginbase.Helpers.Computative.VExt | static |
InSquareDistance(Vector3d a, Vector3d b, double d) | pluginbase.Helpers.Computative.VExt | static |
InSquareDistance(Vector3i a, Vector3i b, int d) | pluginbase.Helpers.Computative.VExt | static |
InverseAbs(Vector3 v) | pluginbase.Helpers.Computative.VExt | static |
MatrixFromComponents(Vector3 translate, Vector3 rotate) | pluginbase.Helpers.Computative.VExt | static |
Nlerp(Vector3 a, Vector3 b, float blend) | pluginbase.Helpers.Computative.VExt | static |
Nlerp(Vector3d a, Vector3d b, double blend) | pluginbase.Helpers.Computative.VExt | static |
PointToLineDistance(Vector3 line1, Vector3 line2, Vector3 point) | pluginbase.Helpers.Computative.VExt | static |
Project(Vector3 pt, Matrix4 modelview, Matrix4 projection) | pluginbase.Helpers.Computative.VExt | static |
Project(Vector3d pt, Matrix4d modelview, Matrix4d projection) | pluginbase.Helpers.Computative.VExt | static |
Rotate(Vector3 start, Vector3 end) | pluginbase.Helpers.Computative.VExt | static |
RotationMatrix(Vector3 rot) | pluginbase.Helpers.Computative.VExt | static |
RotationVector(double rotZ, double speed=1.0) | pluginbase.Helpers.Computative.VExt | static |
RotationZ(Vector3 lookDir) | pluginbase.Helpers.Computative.VExt | static |
RotationZ(Vector2 lookDir) | pluginbase.Helpers.Computative.VExt | static |
RotationZ(Vector3d lookDir) | pluginbase.Helpers.Computative.VExt | static |
RotationZ(Vector2d lookDir) | pluginbase.Helpers.Computative.VExt | static |
Slerp(Vector3 a, Vector3 b, float blend) | pluginbase.Helpers.Computative.VExt | static |
Slerp(Vector3d a, Vector3d b, double blend) | pluginbase.Helpers.Computative.VExt | static |
SmartNlerp(Vector3 a, Vector3 b, float blend, Vector3 defaultRotateVec) | pluginbase.Helpers.Computative.VExt | static |
SmartNlerp(Vector3 a, Vector3 b, float blend) | pluginbase.Helpers.Computative.VExt | static |
SmartNlerp(Vector3d a, Vector3d b, double blend, Vector3d defaultRotateVec) | pluginbase.Helpers.Computative.VExt | static |
SmartNlerp(Vector3d a, Vector3d b, double blend) | pluginbase.Helpers.Computative.VExt | static |
SwapXY(this Vector3 v) | pluginbase.Helpers.Computative.VExt | static |
Wrap(Vector3 val) | pluginbase.Helpers.Computative.VExt | static |