aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'redist/linmath.c')
-rw-r--r--redist/linmath.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/redist/linmath.c b/redist/linmath.c
index 16f771e..d005074 100644
--- a/redist/linmath.c
+++ b/redist/linmath.c
@@ -653,3 +653,6 @@ void InvertPose(LinmathPose *poseout, const LinmathPose *pose) {
quatrotatevector(poseout->Pos, poseout->Rot, pose->Pos);
scale3d(poseout->Pos, poseout->Pos, -1);
}
+
+LinmathQuat LinmathQuat_Identity = {1.0};
+LinmathPose LinmathPose_Identity = {.Rot = {1.0}};