Developer documentation
Version 3.0.3-105-gd3941f44
utils.h File Reference
#include "surface/mesh.h"
#include "surface/polygon.h"
#include "surface/types.h"

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::Surface
 

Functions

Vertex MR::Surface::normal (const Vertex &one, const Vertex &two, const Vertex &three)
 
Vertex MR::Surface::normal (const Mesh &mesh, const Triangle &tri)
 
Vertex MR::Surface::normal (const Vertex &one, const Vertex &two, const Vertex &three, const Vertex &four)
 
Vertex MR::Surface::normal (const Mesh &mesh, const Quad &quad)
 
default_type MR::Surface::area (const Vertex &one, const Vertex &two, const Vertex &three)
 
default_type MR::Surface::area (const Mesh &mesh, const Triangle &tri)
 
default_type MR::Surface::area (const Vertex &one, const Vertex &two, const Vertex &three, const Vertex &four)
 
default_type MR::Surface::area (const Mesh &mesh, const Quad &quad)