mirror of https://github.com/PrimeDecomp/prime.git
Instructions on how to map certain math constants
Former-commit-id: 1a2fe4974f
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…
Reference in New Issue