package
1.6.0
Repository: https://github.com/twpayne/go-geom.git
Documentation: pkg.go.dev

# Functions

Distance calculates the distance between the two coordinates in 3d space.
DistanceLineToLine computes the distance between two 3D segments.
DistancePointToLine calculates the distance from point to a point on the line.
Equals determines if the two coordinates have equal in 3d space.
VectorDot calculates the dot product of two vectors.
VectorLength calculates the length of the vector from 0,0,0 to vector.
VectorNormalize creates a coordinate that is the normalized vector from 0,0,0 to vector.