Triangles - Float. More...
#include <triangle_math.h>
Inheritance diagram for clan::Trianglef:Public Member Functions | |
| Trianglef () | |
| Trianglef (const Trianglex< float > ©) | |
| Trianglef (const Vec2< float > &point_p, const Vec2< float > &point_q, const Vec2< float > &point_r) | |
Attributes | |
| bool | point_inside (const Vec2< float > &point) const |
| Return true if the point is inside the triangle. More... | |
Operators | |
| bool | operator== (const Trianglex< float > &triangle) const |
| == operator. More... | |
| bool | operator!= (const Trianglex< float > &triangle) const |
| != operator. More... | |
Public Attributes | |
| Vec2< float > | p |
| First triangle point. More... | |
| Vec2< float > | q |
| Vec2< float > | r |
Triangles - Float.
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Return true if the point is inside the triangle.
| point | = point to test. |
|
inherited |
First triangle point.
|
inherited |
|
inherited |