Project OpenGeode
class Triangle
cpp
Inherits from GenericTriangle<RefPoint<2U>, 2U>Inherits from GenericTriangle<RefPoint<2U>, 2U>class Triangle
cpp
Inherits from GenericTriangle<RefPoint<3U>, 3U>Inherits from GenericTriangle<RefPoint<3U>, 3U>class Triangle
cpp
Inherits from GenericTriangle<RefPoint<dimension>, dimension>Inherits from GenericTriangle<RefPoint<dimension>, dimension>Functions
Triangle
cpp
public void Triangle<>(const Point<dimension> & point0, const Point<dimension> & point1, const Point<dimension> & point2)public void Triangle<>(const Point<dimension> & point0, const Point<dimension> & point1, const Point<dimension> & point2)Triangle
cpp
public void Triangle<>(const Triangle<dimension> & other)public void Triangle<>(const Triangle<dimension> & other)Triangle
cpp
public void Triangle<>(const OwnerTriangle<dimension> & other)public void Triangle<>(const OwnerTriangle<dimension> & other)operator=
cpp
public Triangle<dimension> & operator=(const Triangle<dimension> & other)public Triangle<dimension> & operator=(const Triangle<dimension> & other)Triangle
cpp
public void Triangle<>(Triangle<dimension> && other)public void Triangle<>(Triangle<dimension> && other)operator=
cpp
public Triangle<dimension> & operator=(Triangle<dimension> && other)public Triangle<dimension> & operator=(Triangle<dimension> && other)