Пример #1
0
    public Vector3 GetClosestTangent(Vector3 worldPos)
    {
        Stretch st = GetClosestStretch(worldPos);

        return(st.GetTangentAtClosestPoint(worldPos));
    }