|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Structure to hold barycentric coordinates. More...
#include <point.H>
Public Attributes | |
| Geom_Number | u |
| Geom_Number | v |
| Geom_Number | w |
Structure to hold barycentric coordinates.
Barycentric coordinates (u, v, w) represent a point p as a weighted average of the triangle's vertices: p = u*p1 + v*p2 + w*p3, where u+v+w = 1.
| Geom_Number Aleph::Triangle3D::BaryCoords::u |
| Geom_Number Aleph::Triangle3D::BaryCoords::v |
| Geom_Number Aleph::Triangle3D::BaryCoords::w |