Arc2d.InterpolateVectors Method

Interpolates a Vector3d along the arc.
Public Function InterpolateVectors( _ 
ByVal startDir As Vector3d, _ 
ByVal endDir As Vector3d, _ 
ByVal t As Double, _ 
Optional ByVal swingTiltAlgorithm As Boolean = false, _ 
Optional ByVal flipped As Boolean = false _ 
) As Vector3d
This language is not supported or no code example is available.
public Vector3d InterpolateVectors( 
Vector3d startDir
Vector3d endDir
double t
bool swingTiltAlgorithm = false, 
bool flipped = false 
)
This language is not supported or no code example is available.
public:  
Vector3d^ InterpolateVectors( 
Vector3d^ startDir
Vector3d^ endDir
double t
bool swingTiltAlgorithm
bool flipped 
)
This language is not supported or no code example is available.
public function InterpolateVectors( 
startDir : Vector3d
endDir : Vector3d
t : double
swingTiltAlgorithm : boolean
flipped : boolean 
) : Vector3d;
This language is not supported or no code example is available.

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