Function Triangle.isPointInside

Returns -1 if given point is inside the triangle

int isPointInside (
  Vector!(float,3) point
);