Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Triangle3D::BaryCoords Struct Reference

Structure to hold barycentric coordinates. More...

#include <point.H>

Collaboration diagram for Aleph::Triangle3D::BaryCoords:
[legend]

Public Attributes

Geom_Number u
 
Geom_Number v
 
Geom_Number w
 

Detailed Description

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.

Definition at line 3427 of file point.H.

Member Data Documentation

◆ u

Geom_Number Aleph::Triangle3D::BaryCoords::u

Definition at line 3429 of file point.H.

◆ v

Geom_Number Aleph::Triangle3D::BaryCoords::v

Definition at line 3429 of file point.H.

◆ w

Geom_Number Aleph::Triangle3D::BaryCoords::w

Definition at line 3429 of file point.H.


The documentation for this struct was generated from the following file: