mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implemented MxVector4::SetMatrixProductWrapper (#198)
* Implemented the function wrapper for SetMatrixProduct labeled as SetMatrixProductWrapper with 100% match. * Rename for consistency --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -125,8 +125,8 @@ public:
|
||||
void EqualsScalar(float *p_value);
|
||||
|
||||
// vtable + 0x84
|
||||
virtual void unk1(MxVector4 *p_a, float *p_b);
|
||||
virtual void SetMatrixProduct(float *p_vec, float *p_mat);
|
||||
virtual void SetMatrixProduct(MxVector4 *p_a, float *p_b);
|
||||
virtual void SetMatrixProductImpl(float *p_vec, float *p_mat);
|
||||
virtual MxResult NormalizeQuaternion();
|
||||
virtual void UnknownQuaternionOp(MxVector4 *p_a, MxVector4 *p_b);
|
||||
};
|
||||
|
Reference in New Issue
Block a user