JPAMath OK (#401)

This commit is contained in:
hatal175
2023-08-07 18:31:06 +03:00
committed by GitHub
parent bddc54d3b1
commit e77bda4a60
9 changed files with 137 additions and 380 deletions
+4
View File
@@ -155,6 +155,10 @@ struct TVec3<f32> {
scale(norm);
}
f32 length() {
return PSVECMag((Vec*)this);
}
void scale(register f32 sc) {
register f32 z;
register f32 x_y;