GetClosestPoint
GetClosestPoint(Vector2, float)
public Vector2 GetClosestPoint(Vector2 pos, float thresholdT) ;
説明
ベジェ曲線上の最近接点を求める。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| pos | 位置 | 
| thresholdT | 最近接パラメータの閾値 | 
戻り値
最近接点
ベジェ曲線上の最近接点を求める。
| パラメーター名 | 説明 | 
|---|---|
| pos | 位置 | 
| thresholdT | 最近接パラメータの閾値 | 
最近接点