Searched refs:fovyRad (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 371 FRUSTUM(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in FRUSTUM() argument 373 Set(fovyRad, aspect, n, f, camera); in FRUSTUM() 428 void Set(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in Set() argument 430 f32 tanRad = TanRad(0.5f * fovyRad); in Set()
|
| D | math_Matrix34.h | 436 …self_type& SetupTextureProjectionFrustum(f32 fovyRad, f32 aspect, f32 scaleS, f32 scaleT, f32 tran… in SetupTextureProjectionFrustum() 438 …return *MTX34TextureProjectionPerspective(this, fovyRad, aspect, scaleS, scaleT, translateS, trans… in SetupTextureProjectionFrustum()
|
| D | math_Matrix44.h | 472 …self_type& SetupPerspective(f32 fovyRad, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_NO… 474 return *MTX44PerspectivePivotRad(this, fovyRad, aspect, n, f, pivot);
|