Initial Update to new version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Math {
|
||||
namespace Vector3 {
|
||||
const char* ToString(app::Vector3__Boxed* v);
|
||||
const char* ToString(app::Vector3* v);
|
||||
const char* ToString(app::Vector3 v);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Transform {
|
||||
app::Quaternion GetRotation(app::Transform* transform);
|
||||
app::Vector3 GetForward(app::Transform* transform);
|
||||
app::Vector3 GetRight(app::Transform* transform);
|
||||
app::Vector3 GetEulerAngles(app::Quaternion__Boxed rotation);
|
||||
app::Vector3 GetEulerAngles(app::Quaternion* rotation);
|
||||
app::Quaternion QuaternionEuler(app::Vector3 eulerAngles);
|
||||
app::Quaternion QuaternionIdentity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user