Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Matrix43.h243 MTX43Add(MTX43* pOut, const MTX43* p1, const MTX43* p2) in MTX43Add() function
340 inline MTX43* MTX43Add(MTX43* pOut, const MTX43& m1, const MTX43& m2) { return MTX43Add( pOut, &m1,… in MTX43Add() function