Interface IDistanceTo
This interface is used when we expect a class to have a DistanceTo
method.
Namespace: Elements.Spatial.CellComplex.Interfaces
Assembly: Hypar.Elements.dll
Syntax
public interface IDistanceTo
Methods
DistanceTo(Vector3)
Provides the closest distance from an element to the provided point.
Declaration
double DistanceTo(Vector3 point)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | point |
Returns
Type | Description |
---|---|
System.Double |