'Declaration Public Shared Function farthestPoint( _ ByVal points As List(Of IPoint), _ ByVal dir As Vector _ ) As Vector
public static Vector farthestPoint( List<IPoint> points, Vector dir )
Parameters
- points
- dir
'Declaration Public Shared Function farthestPoint( _ ByVal points As List(Of IPoint), _ ByVal dir As Vector _ ) As Vector
public static Vector farthestPoint( List<IPoint> points, Vector dir )