Update API documentation and remove obsolete plan files
This commit is contained in:
@@ -58,7 +58,7 @@ using namespace XCEngine::Math;
|
||||
void MatrixExample() {
|
||||
Matrix4 mat = Matrix4::TRS(
|
||||
Vector3(1.0f, 2.0f, 3.0f),
|
||||
Quaternion::FromEuler(0.0f, 90.0f, 0.0f),
|
||||
Quaternion::FromEulerAngles(0.0f, 90.0f, 0.0f),
|
||||
Vector3(1.5f, 1.5f, 1.5f)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user