Click or drag to resize

VectorInAxes Constructor (Vector, Axes)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorInAxes(
	Vector vectorToObserve,
	Axes inAxes
)

Parameters

vectorToObserve
Type: AGI.Foundation.GeometryVector
The vector to observe.
inAxes
Type: AGI.Foundation.GeometryAxes
The axes in which to observe the vectorToObserve.
See Also