6 #include "triangle_vec.h" 14 enum class where { inside, outside };
16 int face_plane(
const glm::vec3& p);
17 int bevel_2d(
const glm::vec3& p);
18 int bevel_3d(
const glm::vec3& p);
19 where check_point(
const glm::vec3& p1,
23 where check_line(
const glm::vec3& p1,
const glm::vec3& p2,
int outcode_diff);
24 where point_triangle_intersection(
const glm::vec3& p,
const triangle_vec3& t);
25 where t_c_intersection(
const triangle_vec3& t);
Definition: capsule_base.h:9