mirror of https://github.com/AxioDL/metaforce.git
Add notes to CREDotProduct
This commit is contained in:
parent
bd57eea5cd
commit
23b787cdf1
|
@ -117,7 +117,8 @@ bool CRERandom::GetValue(int frame, float& valOut) const
|
|||
|
||||
bool CREDotProduct::GetValue(int frame, float& valOut) const
|
||||
{
|
||||
Zeus::CVector3f a, b;
|
||||
Zeus::CVector3f a; /* = someVec @ 805A66A0 */
|
||||
Zeus::CVector3f b; /* = someVec @ 805A66A0 */
|
||||
x4_a->GetValue(frame, a);
|
||||
x8_b->GetValue(frame, b);
|
||||
valOut = a.dot(b);
|
||||
|
|
Loading…
Reference in New Issue