VectorApparentDisplacementConserveDistanceForAberration Property |
Gets or sets a value indicating whether to only correct for the direction of the vector
and not its magnitude when computing the aberration due to relative motion of the observer
with respect to the target.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ConserveDistanceForAberration { get; set; }
Public Property ConserveDistanceForAberration As Boolean
Get
Set
public:
property bool ConserveDistanceForAberration {
bool get ();
void set (bool value);
}
member ConserveDistanceForAberration : bool with get, set
Property Value
Type:
BooleanSee Also