Click or drag to resize

Vector.GetScalarElement 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: 25.1.421.0 (25.1.421.0)
Syntax
public Scalar GetScalarElement(
	CartesianElement element,
	Axes referenceAxes,
	int order
)

Parameters

element
Type: AGI.Foundation.Coordinates.CartesianElement
The desired element of this vector (X, Y, Z or Magnitude).
referenceAxes
Type: AGI.Foundation.Geometry.Axes
The axes to view this vector in.
order
Type: System.Int32
The order of the derivative.

Return Value

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