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