コード例 #1
0
 /// <summary>
 /// Returns forward vector at set distance along the <see cref = "Bezier3DSpline"/>. Uses approximation.
 /// </summary>
 public Vector3 GetForwardFast(float splineDistance)
 {
     return(_splineData.GetForwardFast(splineDistance, transform));
 }