Click or drag to resize

VectorGetScalarElement Method (CartesianElement, Axes, Int32)

Gets a Scalar representing the X, Y, Z, or Magnitude of this vector, or any derivative of those elements.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar GetScalarElement(
	CartesianElement element,
	Axes referenceAxes,
	int order
)

Parameters

element
Type: AGI.Foundation.CoordinatesCartesianElement
The desired element of this vector (X, Y, Z or Magnitude).
referenceAxes
Type: AGI.Foundation.GeometryAxes
The axes to view this vector in.
order
Type: SystemInt32
The order of the derivative.

Return Value

Type: Scalar
A Scalar representing the desired element of this vector.
See Also