KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | GLM_FORCE_RADIANS |
#define | LOWER_LIMIT (1e-12) |
Functions | |
static bool | VDegenerate (glm::vec3 *pts) |
static WRLVEC3F | VCalcTriNorm (const WRLVEC3F &p1, const WRLVEC3F &p2, const WRLVEC3F &p3) |
static float | VCalcCosAngle (const WRLVEC3F &p1, const WRLVEC3F &p2, const WRLVEC3F &p3) |
#define GLM_FORCE_RADIANS |
Definition at line 26 of file wrlfacet.cpp.
#define LOWER_LIMIT (1e-12) |
Definition at line 34 of file wrlfacet.cpp.
Definition at line 99 of file wrlfacet.cpp.
References LOWER_LIMIT.
Referenced by FACET::CalcFaceNormal(), and FACET::CalcVertexNormal().
|
static |
Definition at line 69 of file wrlfacet.cpp.
References LOWER_LIMIT, and VDegenerate().
Referenced by FACET::CalcFaceNormal().
|
static |