Triangle.containsPoint

Checks whether the given triangle @t contains the point @p.

class Triangle
bool
containsPoint

Parameters

p Point3D

a #graphene_point3d_t

Return Value

Type: bool

true if the point is inside the triangle

Meta