Home
last modified time | relevance | path

Searched refs:VEC2_ (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector2.h45 struct VEC2_ struct
54 struct VEC2 : public VEC2_ argument
80 VEC2(const VEC2_& v) { x = v.x; y = v.y; } in VEC2()
Dmath_Matrix22.h65 VEC2_ v[2];