Home
last modified time | relevance | path

Searched refs:fovyRad (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h371 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()
Dmath_Matrix34.h436 …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()
Dmath_Matrix44.h472 …self_type& SetupPerspective(f32 fovyRad, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_NO…
474 return *MTX44PerspectivePivotRad(this, fovyRad, aspect, n, f, pivot);