Home |All Classes |Grouped Classes |Index |Search

Function point_inside_triangle

	static bool CL_TriangleMath::point_inside_triangle(
		const CL_Pointd & P,
		double * vertices);

	static bool CL_TriangleMath::point_inside_triangle(
		double px,
		double py,
		double * vertices);