Searched defs:fy (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector4.h | 262 VEC4(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in VEC4() 396 void Set(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in Set()
|
| D | math_Vector2.h | 242 VEC2(f32 fx, f32 fy) { x = fx; y = fy; } in VEC2() 370 void Set(f32 fx, f32 fy) { x = fx; y = fy; } in Set()
|
| D | math_Vector3.h | 265 VEC3(f32 fx, f32 fy, f32 fz) { x = fx; y = fy; z = fz; } in VEC3() 404 void Set(f32 fx, f32 fy, f32 fz) { x = fx; y = fy; z = fz; } in Set()
|
| D | math_Quaternion.h | 247 QUAT(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in QUAT()
|