ScalarPointElementElement Property |
Gets or sets the
CartesianElement to use. Note that if using
Magnitude, the first derivative will be the derivative of the
Magnitude, not the magnitude of the velocity.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CartesianElement Element { get; set; }
Public Property Element As CartesianElement
Get
Set
public:
property CartesianElement Element {
CartesianElement get ();
void set (CartesianElement value);
}
member Element : CartesianElement with get, set
Property Value
Type:
CartesianElementSee Also