#include <spherical_triangle_mesh.hpp>
A triangular region on a surface of a sphere.
Definition at line 14 of file spherical_triangle_mesh.hpp.
◆ spherical_triangle_mesh_t() [1/2]
spherical_triangle_mesh_t::spherical_triangle_mesh_t |
( |
double | radius = 1.0, |
|
|
int | segments = 4 ) |
- Parameters
-
radius | Radius of the containing sphere. |
segments | Number of subdivisions along each edge. |
Definition at line 114 of file spherical_triangle_mesh.cpp.
◆ spherical_triangle_mesh_t() [2/2]
spherical_triangle_mesh_t::spherical_triangle_mesh_t |
( |
const gml::dvec3 & | v0, |
|
|
const gml::dvec3 & | v1, |
|
|
const gml::dvec3 & | v2, |
|
|
int | segments = 4 ) |
◆ triangles()
◆ vertices()
The documentation for this class was generated from the following files: