Skip to content

Appended _of to the names of some unary functions (like area, vertices)

Aaron Grabowy requested to merge agrabowy into develop

In addition to the existing aabb_of, apex_of, and bounding_sphere_of, the following function names are now appended with _of

  • area
  • signed_area
  • centroid
  • edges
  • normal (except normal(rng) for normal distribution)
  • perimeter
  • circumcircle (in triangle.hh)
  • vertices
  • volume
Edited by Aaron Grabowy

Merge request reports