KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sg_helpers.cpp File Reference
#include <iomanip>
#include <iostream>
#include <map>
#include <sstream>
#include <utility>
#include <wx/log.h>
#include "3d_cache/sg/sg_helpers.h"
#include "3d_cache/sg/sg_node.h"

Go to the source code of this file.

Functions

static void calcTriad (glm::dvec3 *pts, glm::dvec3 &tri)
 

Function Documentation

◆ calcTriad()

static void calcTriad ( glm::dvec3 *  pts,
glm::dvec3 &  tri 
)
static

Definition at line 339 of file sg_helpers.cpp.

References S3D::degenerate().

Referenced by S3D::CalcTriangleNormals().