get

open operator override fun get(t: Double, n: Int): Vector2dDual<Internal>

Evaluates the path at parameter \(t\) with derivatives up to order n.

Return

A Vector2dDual containing the position and up to n derivatives

Parameters

param

The parameter value \(t\) at which to evaluate the path

n

The number of derivatives to compute (0 for position only, 1 for velocity, etc.)