ClanLib
2.3.7
|
Triangles - Float. More...
#include <triangle_math.h>
Public Member Functions | |
CL_Trianglef () | |
CL_Trianglef (const CL_Trianglex< float > ©) | |
CL_Trianglef (const CL_Vec2< float > &point_p, const CL_Vec2< float > &point_q, const CL_Vec2< float > &point_r) | |
Attributes | |
bool | point_inside (const CL_Vec2< float > &point) const |
Return true if the point is inside the triangle. More... | |
Operators | |
bool | operator== (const CL_Trianglex< float > &triangle) const |
== operator. More... | |
bool | operator!= (const CL_Trianglex< float > &triangle) const |
!= operator. More... | |
Public Attributes | |
CL_Vec2< float > | p |
First triangle point. More... | |
CL_Vec2< float > | q |
CL_Vec2< float > | r |
Triangles - Float.
|
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 |