Package | Description |
---|---|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
PointEvaluatorParameter |
ParameterizedOnEvaluatorPoint.getParameter()
Gets the parameter to use to parameterize this point.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterizedOnEvaluatorPoint.setParameter(PointEvaluatorParameter value)
Sets the parameter to use to parameterize this point.
|
Constructor and Description |
---|
ParameterizedOnEvaluatorPoint(PointEvaluatorParameter parameter,
ReferenceFrame referenceFrame)
Initializes a new instance.
|