|
Unravel Engine C# Reference
|
This is the complete list of members for Vector4, including all inherited members.
| Distance(Vector4 a, Vector4 b) | Vector4 | static |
| Dot(Vector4 a, Vector4 b) | Vector4 | static |
| Equals(object other) | Vector4 | |
| Equals(Vector4 other) | Vector4 | |
| GetHashCode() | Vector4 | |
| Lerp(Vector4 a, Vector4 b, float t) | Vector4 | static |
| LerpUnclamped(Vector4 a, Vector4 b, float t) | Vector4 | static |
| Magnitude(Vector4 a) | Vector4 | static |
| magnitude | Vector4 | |
| Max(Vector4 lhs, Vector4 rhs) | Vector4 | static |
| Min(Vector4 lhs, Vector4 rhs) | Vector4 | static |
| MoveTowards(Vector4 current, Vector4 target, float maxDistanceDelta) | Vector4 | static |
| negativeInfinity | Vector4 | static |
| Normalize(Vector4 a) | Vector4 | static |
| Normalize() | Vector4 | |
| normalized | Vector4 | |
| one | Vector4 | static |
| operator Vector2(Vector4 v) | Vector4 | static |
| operator Vector3(Vector4 v) | Vector4 | static |
| operator Vector4(Vector3 v) | Vector4 | static |
| operator Vector4(Vector2 v) | Vector4 | static |
| operator!=(Vector4 lhs, Vector4 rhs) | Vector4 | static |
| operator*(Vector4 a, float d) | Vector4 | static |
| operator*(float d, Vector4 a) | Vector4 | static |
| operator+(Vector4 a, Vector4 b) | Vector4 | static |
| operator-(Vector4 a, Vector4 b) | Vector4 | static |
| operator-(Vector4 a) | Vector4 | static |
| operator/(Vector4 a, float d) | Vector4 | static |
| operator==(Vector4 lhs, Vector4 rhs) | Vector4 | static |
| positiveInfinity | Vector4 | static |
| Project(Vector4 a, Vector4 b) | Vector4 | static |
| Scale(Vector4 a, Vector4 b) | Vector4 | static |
| Scale(Vector4 scale) | Vector4 | |
| Set(float newX, float newY, float newZ, float newW) | Vector4 | |
| SqrMagnitude(Vector4 a) | Vector4 | static |
| SqrMagnitude() | Vector4 | |
| sqrMagnitude | Vector4 | |
| this[int index] | Vector4 | |
| ToString() | Vector4 | |
| ToString(string format) | Vector4 | |
| ToString(string format, IFormatProvider formatProvider) | Vector4 | |
| Vector4(float x, float y, float z, float w) | Vector4 | |
| Vector4(float x, float y, float z) | Vector4 | |
| Vector4(float x, float y) | Vector4 | |
| w | Vector4 | |
| x | Vector4 | |
| y | Vector4 | |
| z | Vector4 | |
| zero | Vector4 | static |