☰
Module point
Structs
?
Module
octree
::
point
source
·
[
−
]
Expand description
The default, and a sample point structure that
Octree
holds.
Structs
Point3D
Defines a basic 3D point.
Octree
uses a
HashSet
to keep a record of all points it has seen, so
PartialEq
,
Eq
. and
Hash
must be defined as well.