'宣言
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 )
パラメータ
- points
- dir
'宣言
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 )