contains_point


Description:

public bool contains_point (Point3D p)

Checks whether the given triangle this contains the point p.

Parameters:

this

a Triangle

p

a Point3D

Returns:

`true` if the point is inside the triangle