Click or drag to resize

ScalarVectorElement Constructor (Vector, CartesianElement, Axes)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarVectorElement(
	Vector vector,
	CartesianElement element,
	Axes referenceAxes
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The Vector whose element will be reported.
element
Type: AGI.Foundation.CoordinatesCartesianElement
X, Y, Z, or magnitude of the vector evaluated Motion{Cartesian}.
referenceAxes
Type: AGI.Foundation.GeometryAxes
The Axes that the vector is in.
See Also