Math::Triangle struct reference
[Core module]

Declaration  

#include <Goptical/Math/Triangle>

namespace Goptical {
namespace Math {
template <int N> struct Triangle;
};
};

This struct is a member of the Math namespace.

Description  

This class is the general purpose N dimensions triangles class.

Class specializations  

NameDescription
Triangle<3>3d triangle class

Members  

See also the full member list section for this struct.

Type  

Functions  

Members detail  

Triangle()  

No documentation available

Triangle(const Vector<N> &a, const Vector<N> &b, const Vector<N> &c)  

Create a triangle from 3 points

typedef delegate<void(const Math::Triangle<N>&)> put_delegate_t  

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc