Home
last modified time | relevance | path

Searched refs:SetupScale (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix23.h203 self_type& SetupScale(const MTX23& matrix, const VEC2& scale) in SetupScale() function
Dmath_Matrix34.h335 self_type& SetupScale(const VEC3& scale) { return *MTX34Scale(this, &scale); } in SetupScale() function
Dmath_Matrix44.h402 self_type& SetupScale(const VEC3& scale) { return *MTX44Scale(this, &scale); } in SetupScale() function