Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PointLocator ¶
type PointLocator struct {
// contains filtered or unexported fields
}
PointLocator is a construct that uses slab decomposition for point location.
func (*PointLocator) PointLocate ¶
func (spl *PointLocator) PointLocate(vs ...float64) (*dcel.Face, error)
PointLocate returns which face within this SlabPointLocator the query point lands, within two dimensions.
func (*PointLocator) String ¶
func (spl *PointLocator) String() string
Click to show internal directories.
Click to hide internal directories.