|
@@ -7508,6 +7508,7 @@ Methods:
|
|
|
- float DotProduct(const Vector3& rhs) const
|
|
- float DotProduct(const Vector3& rhs) const
|
|
|
- float AbsDotProduct(const Vector3& rhs) const
|
|
- float AbsDotProduct(const Vector3& rhs) const
|
|
|
- float ProjectOntoAxis(const Vector3& axis) const
|
|
- float ProjectOntoAxis(const Vector3& axis) const
|
|
|
|
|
+- Vector3 Orthogonalize(const Vector3& axis) const
|
|
|
- Vector3 CrossProduct(const Vector3& rhs) const
|
|
- Vector3 CrossProduct(const Vector3& rhs) const
|
|
|
- Vector3 Abs() const
|
|
- Vector3 Abs() const
|
|
|
- Vector3 Lerp(const Vector3& rhs, float t) const
|
|
- Vector3 Lerp(const Vector3& rhs, float t) const
|