Arc2d.InterpolateVectors Method

Interpolates a Vector3d along the arc.
public Vector3d InterpolateVectors( 
   Vector3d startDir
   Vector3d endDir
   double t
   bool swingTiltAlgorithm = false
   bool flipped = false 
)

Parameters

startDir
Vector3d

Vector at start.

endDir
Vector3d

Vector at end.

t
double

Interpolation parameter.

swingTiltAlgorithm
bool

Use swing tilt. Not used anymore.

flipped
bool

Not used

Return Value

Vector3d

The interpolated Vector3d at t.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition