|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface R1RNFunction
Interface for n-dimensional curves f : R^1 -> R^n.
| Method Summary | |
|---|---|
double[] |
at(double t,
int c,
double[] ret)
Compute the c'th derivative of all dimensions at t. |
float[] |
at(double t,
int c,
float[] ret)
Compute the c'th derivative of all dimensions at t. |
double |
at(double t,
int c,
int dim)
Compute the c'th derivative of the given dimension at t. |
int |
dim()
|
| Method Detail |
|---|
double[] at(double t,
int c,
double[] ret)
t.
Default implementation via iteration over at(double, int, int).
t - t-value (input)c - derivative (0=location, 1:speed, ...)ret - return value container
t
float[] at(double t,
int c,
float[] ret)
t.
t - t-value (input)c - derivative (0=location, 1:speed, ...)ret - return value container
t
double at(double t,
int c,
int dim)
t.
t - t-valuec - derivative (0=location, 1:speed, ...)dim - dimension (0,1,2,...)
tint dim()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||