mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-05 18:55:36 +00:00
Instructions on how to map certain math constants
Former-commit-id: 1a2fe4974fbf99b046aafdf490f1175a0a6f5b3c
This commit is contained in:
parent
00375b9c6a
commit
8d294a2801
@ -61,6 +61,12 @@ Metaforce -> decomp
|
||||
- `std::max` -> `rstl::max_val`
|
||||
- `std::clamp` -> `CMath::Clamp` (depends on context)
|
||||
|
||||
### Converting Vector / Transforms
|
||||
|
||||
Metaforce -> decomp
|
||||
- `zeus::CTransform::frontVector()` -> `CTransform4f::GetForward()`
|
||||
- `zeus::skForward` -> `CVector3f::Forward`
|
||||
|
||||
### Class definitions & constructors
|
||||
|
||||
Metaforce often uses default values inside of class definitions, like the ` = false` below:
|
||||
|
Loading…
x
Reference in New Issue
Block a user