Click or drag to resize

Vector.GetScalarElement Method (CartesianElement, Axes)

Gets a Scalar representing the X, Y, Z, or Magnitude of this vector.

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
)

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.

Return Value

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