package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Packages

Package box provids a 3D bounding box.
No description provided by the author
No description provided by the author

# Functions

NewEdge from 2 points in the correct order.
NewEdgeMesh creates an empty EdgeMesh.
NewIdxEdge creates a well ordered IdxEdge.
NewIdxEdgeMesh returns an empty IdxEdgeMesh.
NewPointSet returns an empty PointSet.

# Structs

EdgeMesh represents a mesh as a set of edges.
ErrEdgeOverUsed is returned if an edge appears more than twice in a mesh.
ErrTwoPoints is returned if a single point is added to a mesh.
IdxEdgeMesh is a mesh defined by indexed points.
PointSet converts points to indexes.

# Type aliases

Edge between two points.
IdxEdge represents an edge as two index points.