PointInReferenceFrame.GetPartialDerivativesEvaluator Method |
Namespace: AGI.Foundation.Geometry
public PartialDerivativesEvaluator GetPartialDerivativesEvaluator( IList<IPartialDifferentiable> independentVariables, EvaluatorGroup group )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when independentVariables or group is null. |
PropertyInvalidException | Thrown when Frame or ObservedPoint is null, or when ObservedPoint does not implement IPartialDifferentiable. |