File coplanar.hxx¶
↰ Parent directory (src/acme
)
Definition (src/acme/coplanar.hxx
)¶
Includes¶
aabb.hxx
(File aabb.hxx)disk.hxx
(File disk.hxx)line.hxx
(File line.hxx)parallel.hxx
(File parallel.hxx)plane.hxx
(File plane.hxx)ray.hxx
(File ray.hxx)segment.hxx
(File segment.hxx)triangle.hxx
(File triangle.hxx)
Included By¶
Namespaces¶
Functions¶
Function acme::IsCoplanar(entity const *, entity const *, real)
Function acme::IsCoplanar(triangle const&, triangle const&, real)
Function acme::IsCoplanar(segment const&, segment const&, real)
Function acme::IsCoplanar(line const&, segment const&, real)
Function acme::IsCoplanar(line const&, triangle const&, real)
Function acme::IsCoplanar(ray const&, triangle const&, real)
Function acme::IsCoplanar(plane const&, segment const&, real)
Function acme::IsCoplanar(plane const&, triangle const&, real)
Function acme::IsCoplanar(segment const&, triangle const&, real)
Function acme::IsCoplanar(segment const&, disk const&, real)
Function acme::IsCoplanar(triangle const&, disk const&, real)