ScalarVectorElement Constructor (Vector, CartesianElement, Axes) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarVectorElement(
Vector vector,
CartesianElement element,
Axes referenceAxes
)
Public Sub New (
vector As Vector,
element As CartesianElement,
referenceAxes As Axes
)
public:
ScalarVectorElement(
Vector^ vector,
CartesianElement element,
Axes^ referenceAxes
)
new :
vector : Vector *
element : CartesianElement *
referenceAxes : Axes -> ScalarVectorElement
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