T
- the nature of the independent variable.public interface IDependentVectorVariable<T> extends Serializable
Generic interface to describe a T-dependent 3D vector.
The generic parameter T represents the nature of the independent variable.Modifier and Type | Method and Description |
---|---|
Vector3D |
value(T x)
Compute the value of the T-dependent 3D vector.
|
Copyright © 2020 CNES. All rights reserved.