Home
last modified time | relevance | path

Searched defs:MTX44Add (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Matrix44.h526 MTX44Add(MTX44* pOut, const MTX44* p1, const MTX44* p2) in MTX44Add() function
1028 inline MTX44* MTX44Add(MTX44* pOut, const MTX44& m1, const MTX44& m2) { return MTX44Add( pOut, &m1,… in MTX44Add() function