Home
last modified time | relevance | path

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

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