Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp247 static const f32 DEMO_MATH_ERROR = 0.00001f; in DrawLine() local
257 if ( nn::math::FAbs(x01) < DEMO_MATH_ERROR ) in DrawLine()
261 else if ( nn::math::FAbs(y01) < DEMO_MATH_ERROR ) in DrawLine()