(C++) Geometry
January 3, 2018 ยท View on GitHub
For the Boost.Geometry library, go to the page about Boost.Geometry.
CppGeometry code snippets
- CalcCrossProduct: determine the cross-product of two 3D points
- CalcPlane: determine the 3D plane passing through three 3D points
- Determine if a 2D polygon is convex or concave, IsConvex
- Determine if a 2D point is within a polygon
- Determine the 2D convex hull of a concave polygon
- Determine the 3D area of a 2D polygon
- Determine the 3D plane passing through three 3D points, CalcPlane
- Determine the cross-product of two 3D points
- GetAngle: calculate the angle between two points
- GetDistance: calculate the distance between two points
- IsConvex: determine if a 2D polygon is convex or concave