Click or drag to resize

VectorFixed Constructor (Axes, Cartesian)

Initializes a new instance of the VectorFixed class using the provided vector components with respect to the provided Axes.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorFixed(
	Axes definedInAxes,
	Cartesian components
)

Parameters

definedInAxes
Type: AGI.Foundation.GeometryAxes
The axes in which this Vector is defined.
components
Type: AGI.Foundation.CoordinatesCartesian
The components of this Vector resolved in the defining axes.
See Also