mirror of
https://github.com/zeldaret/tp
synced 2026-08-10 03:06:00 -04:00
JPAMath OK (#401)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user