'宣言
Public Shared Function nearestPoint( _ ByVal points As List(Of IPoint), _ ByVal dir As Vector _ ) As Vector
public static Vector nearestPoint( List<IPoint> points, Vector dir )
パラメータ
- points
- dir
'宣言
Public Shared Function nearestPoint( _ ByVal points As List(Of IPoint), _ ByVal dir As Vector _ ) As Vector
public static Vector nearestPoint( List<IPoint> points, Vector dir )