File orthogonal.hxx¶
↰ Parent directory (src/acme)
Definition (src/acme/orthogonal.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::IsOrthogonal(entity const *, entity const *, real)
Function acme::IsOrthogonal(vec3 const&, segment const&, real)
Function acme::IsOrthogonal(vec3 const&, triangle const&, real)
Function acme::IsOrthogonal(vec3 const&, plane const&, real)
Function acme::IsOrthogonal(plane const&, plane const&, real)
Function acme::IsOrthogonal(segment const&, segment const&, real)
Function acme::IsOrthogonal(triangle const&, triangle const&, real)
Function acme::IsOrthogonal(line const&, plane const&, real)
Function acme::IsOrthogonal(line const&, segment const&, real)
Function acme::IsOrthogonal(line const&, triangle const&, real)
Function acme::IsOrthogonal(ray const&, segment const&, real)
Function acme::IsOrthogonal(ray const&, triangle const&, real)
Function acme::IsOrthogonal(plane const&, segment const&, real)
Function acme::IsOrthogonal(plane const&, triangle const&, real)
Function acme::IsOrthogonal(plane const&, disk const&, real)
Function acme::IsOrthogonal(segment const&, triangle const&, real)
Function acme::IsOrthogonal(segment const&, disk const&, real)
Function acme::IsOrthogonal(triangle const&, disk const&, real)