Namespace acme¶
Namespace containing all acme typedefs, classes and routines.
Classes¶
Functions¶
Function acme::Intersection(entity const *, entity const *, real)
Function acme::Intersection(point const&, point const&, point&, real)
Function acme::Intersection(point const&, line const&, point&, real)
Function acme::Intersection(point const&, ray const&, point&, real)
Function acme::Intersection(point const&, plane const&, point&, real)
Function acme::Intersection(point const&, segment const&, point&, real)
Function acme::Intersection(point const&, triangle const&, point&, real)
Function acme::Intersection(point const&, disk const&, point&, real)
Function acme::Intersection(line const&, line const&, line&, real)
Function acme::Intersection(ray const&, ray const&, ray&, real)
Function acme::Intersection(ray const&, ray const&, segment&, real)
Function acme::Intersection(segment const&, segment const&, segment&, real)
Function acme::Intersection(line const&, ray const&, ray&, real)
Function acme::Intersection(line const&, segment const&, segment&, real)
Function acme::Intersection(ray const&, segment const&, segment&, real)
Function acme::Intersection(line const&, line const&, point&, real)
Function acme::Intersection(ray const&, ray const&, point&, real)
Function acme::Intersection(segment const&, segment const&, point&, real)
Function acme::Intersection(line const&, ray const&, point&, real)
Function acme::Intersection(line const&, segment const&, point&, real)
Function acme::Intersection(ray const&, segment const&, point&, real)
Function acme::Intersection(plane const&, plane const&, plane&, real)
Function acme::Intersection(triangle const&, triangle const&, none&, real)
Function acme::Intersection(disk const&, disk const&, none&, real)
Function acme::Intersection(line const&, plane const&, line&, real)
Function acme::Intersection(line const&, triangle const&, segment&, real)
Function acme::Intersection(line const&, disk const&, segment&, real)
Function acme::Intersection(ray const&, plane const&, ray&, real)
Function acme::Intersection(ray const&, triangle const&, segment&, real)
Function acme::Intersection(ray const&, disk const&, segment&, real)
Function acme::Intersection(plane const&, segment const&, segment&, real)
Function acme::Intersection(plane const&, triangle const&, triangle&, real)
Function acme::Intersection(plane const&, disk const&, disk&, real)
Function acme::Intersection(segment const&, triangle const&, segment&, real)
Function acme::Intersection(segment const&, disk const&, segment&, real)
Function acme::Intersection(triangle const&, disk const&, none&, real)
Function acme::Intersection(plane const&, plane const&, line&, real)
Function acme::Intersection(plane const&, plane const&, plane const&, point&, real)
Function acme::Intersection(triangle const&, triangle const&, segment&, real)
Function acme::Intersection(disk const&, disk const&, segment&, real)
Function acme::Intersection(ball const&, ball const&, none&, real)
Function acme::Intersection(line const&, plane const&, point&, real)
Function acme::Intersection(line const&, triangle const&, point&, real)
Function acme::Intersection(line const&, disk const&, point&, real)
Function acme::Intersection(line const&, ball const&, segment&, real)
Function acme::Intersection(ray const&, plane const&, point&, real)
Function acme::Intersection(ray const&, triangle const&, point&, real)
Function acme::Intersection(ray const&, disk const&, point&, real)
Function acme::Intersection(ray const&, ball const&, segment&, real)
Function acme::Intersection(plane const&, segment const&, point&, real)
Function acme::Intersection(plane const&, triangle const&, segment&, real)
Function acme::Intersection(plane const&, disk const&, segment&, real)
Function acme::Intersection(plane const&, ball const&, disk&, real)
Function acme::Intersection(segment const&, triangle const&, point&, real)
Function acme::Intersection(segment const&, disk const&, point&, real)
Function acme::Intersection(segment const&, ball const&, segment&, real)
Function acme::Intersection(triangle const&, disk const&, segment&, real)
Function acme::Intersection(triangle const&, ball const&, none&, real)
Function acme::Intersection(disk const&, ball const&, none&, real)
Function acme::Intersection(aabb const&, aabb const&, aabb&, real)
Function acme::IsCollinear(entity const *, entity const *, real)
Function acme::IsCollinear(segment const&, segment const&, real)
Function acme::IsCollinear(line const&, segment const&, real)
Function acme::IsCollinear(ray const&, segment const&, real)
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)
Function acme::IsOrthogonal(vec3 const&, triangle 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)
Function acme::IsOrthogonal(entity const *, entity const *, real)
Function acme::IsOrthogonal(vec3 const&, segment const&, real)
Function acme::IsOrthogonal(vec3 const&, plane 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)
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)