32 #ifndef barycentric2D_H
33 #define barycentric2D_H
45 class randomGenerator;
Templated 2D Barycentric derived from VectorSpace. Has 3 components, one of which is redundant.
Template function to specify if the data of a type are contiguous.
Barycentric2D< scalar > barycentric2D
A scalar version of the templated Barycentric2D.
bool contiguous< barycentric2D >()
barycentric2D barycentric2D01(randomGenerator &rndGen)
Generate a random barycentric coordinate within the unit triangle.
randomGenerator rndGen(653213)