Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h72 struct LINE3 struct
75 typedef LINE3 self_type; argument
77 LINE3() {} in LINE3() argument
81 LINE3(const VEC3& Pt, const VEC3& dir, bool isNormalized = false) argument
82 : P(Pt), d(dir) in P()
92 void Normalize() { (void)VEC3Normalize(&d, &d); } in Normalize()
95 VEC3 d; // 直接代入する場合は正規化しておくこ