Arc3d.InterpolateVectors Method

Interpolates a 3d vector on the arc.
public Vector3d InterpolateVectors( 
   Vector3d startDir
   Vector3d endDir
   double t
   bool linlength = false
   bool swingTiltAlgorithm = false 
)

Parameters

startDir
Vector3d

Start vector

endDir
Vector3d

End vector

t
double

Interpolation parameter

linlength
bool

If the interpolated vectors length should be linearly interpolated.

swingTiltAlgorithm
bool

Not used

Return Value

Vector3d

.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