|
void | mtxf_translate (Mat4, Vec3f) |
|
static bool | invert_matrix (const float m[16], float invOut[16]) |
|
unordered_map< Mtx *, MtxF > | FrameInterpolation_Interpolate (float step) |
|
void | FrameInterpolation_ShouldInterpolateFrame (bool shouldInterpolate) |
|
bool | check_if_recording () |
|
void | FrameInterpolation_StartRecord (void) |
|
void | FrameInterpolation_StopRecord (void) |
|
void | FrameInterpolation_RecordOpenChild (const void *a, uintptr_t b) |
|
void | FrameInterpolation_RecordCloseChild (void) |
|
void | FrameInterpolation_DontInterpolateCamera (void) |
|
int | FrameInterpolation_GetCameraEpoch (void) |
|
void | FrameInterpolation_Record_SetTextMatrix (Mat4 *matrix, f32 x, f32 y, f32 arg3, f32 arg4) |
|
void | FrameInterpolation_RecordActorPosRotMatrix (void) |
|
void | FrameInterpolation_RecordMatrixPush (Mat4 *matrix) |
|
void | FrameInterpolation_RecordMarker (const char *file, int line) |
|
void | FrameInterpolation_RecordMatrixPop (Mat4 *matrix) |
|
void | FrameInterpolation_RecordMatrixPut (MtxF *src) |
|
void | FrameInterpolation_RecordMatrixMult (Mat4 *matrix, MtxF *mf, u8 mode) |
|
void | FrameInterpolation_ApplyMatrixTransformations (Mat4 *matrix, FVector pos, IRotator rot, FVector scale) |
|
void | FrameInterpolation_RecordMatrixTranslate (Mat4 *matrix, Vec3f b) |
|
void | FrameInterpolation_RecordMatrixScale (Mat4 *matrix, f32 scale) |
|
void | FrameInterpolation_RecordMatrixMultVec3fNoTranslate (Mat4 *matrix, Vec3f src, Vec3f dest) |
|
void | FrameInterpolation_RecordSetTransformMatrix (Mat4 *dest, Vec3f orientationVector, Vec3f positionVector, u16 rotationAngle, f32 scaleFactor) |
|
void | FrameInterpolation_RecordTranslateRotate (Mat4 *dest, Vec3f pos, Vec3s rotation) |
|
void | FrameInterpolation_RecordSetMatrixTransformation (Mat4 *dest, Vec3f location, Vec3su rotation, f32 scale) |
|
void | FrameInterpolation_RecordCalculateOrientationMatrix (Mat3 *dest, f32 x, f32 y, f32 z, s16 rot) |
|
void | FrameInterpolation_RecordMatrixPosRotXYZ (Mat4 *out, Vec3f pos, Vec3s orientation) |
|
void | FrameInterpolation_RecordMatrixPosRotScaleXY (Mat4 *matrix, s32 x, s32 y, u16 angle, f32 scale) |
|
void | FrameInterpolation_RecordMatrixMultVec3f (Mat4 *matrix, Vec3f src, Vec3f dest) |
|
void | FrameInterpolation_RecordMatrixRotate1Coord (Mat4 *matrix, u32 coord, s16 value) |
|
void | FrameInterpolation_RecordMatrixMtxFToMtx (MtxF *src, Mtx *dest) |
|
void | FrameInterpolation_RecordMatrixToMtx (Mtx *dest, char *file, s32 line) |
|
void | FrameInterpolation_RecordMatrixRotateAxis (f32 angle, Vec3f *axis, u8 mode) |
|
void | FrameInterpolation_RecordSkinMatrixMtxFToMtx (MtxF *src, Mtx *dest) |
|