VectorPropagationParameterIntegrationAxes Property |
Gets or sets the
Axes used to define the state during integration.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes IntegrationAxes { get; set; }
Public Property IntegrationAxes As Axes
Get
Set
public:
property Axes^ IntegrationAxes {
Axes^ get ();
void set (Axes^ value);
}
member IntegrationAxes : Axes with get, set
Property Value
Type:
AxesSee Also