Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp174 f32 f_n = f / n; in Set() local
190 P[4].x = f_n * left; P[4].y = f_n * top; P[4].z = -f; in Set()
193 P[5].x = f_n * right; P[5].y = f_n * top; P[5].z = -f; in Set()
196 P[6].x = f_n * right; P[6].y = f_n * bottom; P[6].z = -f; in Set()
199 P[7].x = f_n * left; P[7].y = f_n * bottom; P[7].z = -f; in Set()