Documentation
¶
Index ¶
- type OctTree
- func FromMesh(m modeling.Mesh) *OctTree
- func FromMeshAttributeWithDepth(m modeling.Mesh, atr string, depth int) *OctTree
- func FromMeshWithDepth(m modeling.Mesh, depth int) *OctTree
- func FromPrimitives(primitives []modeling.ScopedPrimitive, atr string) *OctTree
- func FromPrimitivesWithDepth(primitives []modeling.ScopedPrimitive, atr string, depth int) *OctTree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctTree ¶
type OctTree struct {
// contains filtered or unexported fields
}
func FromPrimitives ¶
func FromPrimitives(primitives []modeling.ScopedPrimitive, atr string) *OctTree
func FromPrimitivesWithDepth ¶
func FromPrimitivesWithDepth(primitives []modeling.ScopedPrimitive, atr string, depth int) *OctTree
func (OctTree) ClosestPoint ¶
Click to show internal directories.
Click to hide internal directories.