Searched refs:vec (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Color.h | 603 /* ctor */ /* implicit */ FloatColor(const nn::math::VEC4& vec) in FloatColor() 604 : r(vec.x), g(vec.y), b(vec.z), a(vec.w) in FloatColor() 663 SelfType& operator =(const nn::math::VEC4& vec) 665 this->Set( vec.x, vec.y, vec.z, vec.w );
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector4.h | 332 f32 Dot(const VEC4& vec) const in Dot() argument 334 return VEC4Dot(this, &vec); in Dot() 366 f32 DistanceSquare(const VEC4& vec) in DistanceSquare() argument 368 return VEC4DistSq(this, &vec); in DistanceSquare()
|
| D | math_Vector2.h | 308 f32 Dot(const VEC2& vec) const in Dot() argument 310 return VEC2Dot(this, &vec); in Dot() 340 f32 DistanceSquare(const VEC2& vec) in DistanceSquare() argument 342 return VEC2DistSq(this, &vec); in DistanceSquare()
|
| D | math_Vector3.h | 331 f32 Dot(const VEC3& vec) const in Dot() argument 333 return VEC3Dot(this, &vec); in Dot() 365 f32 DistanceSquare(const VEC3& vec) const in DistanceSquare() argument 367 return VEC3SquareDist(this, &vec); in DistanceSquare()
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nnet/ |
| D | nnet_ring.h | 49 int NNET_RingGet(u8* buf, s32 size, u8* head, s32 used, NNETVec* vec, s32 len);
|