ClanLib
2.3.7
|
Triangles - Double. More...
#include <triangle_math.h>
Public Member Functions | |
CL_Triangled () | |
CL_Triangled (const CL_Trianglex< double > ©) | |
CL_Triangled (const CL_Vec2< double > &point_p, const CL_Vec2< double > &point_q, const CL_Vec2< double > &point_r) | |
Attributes | |
bool | point_inside (const CL_Vec2< double > &point) const |
Return true if the point is inside the triangle. More... | |
Operators | |
bool | operator== (const CL_Trianglex< double > &triangle) const |
== operator. More... | |
bool | operator!= (const CL_Trianglex< double > &triangle) const |
!= operator. More... | |
Public Attributes | |
CL_Vec2< double > | p |
First triangle point. More... | |
CL_Vec2< double > | q |
CL_Vec2< double > | r |
Triangles - Double.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Return true if the point is inside the triangle.
point | = point to test. |
|
inherited |
First triangle point.
|
inherited |
|
inherited |