Click or drag to resize

VectorInVectorsAxes Constructor (Vector, Vector)

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 VectorInVectorsAxes(
	Vector observedVector,
	Vector axesOwner
)

Parameters

observedVector
Type: AGI.Foundation.GeometryVector
The vector observed in the axesOwner's axes.
axesOwner
Type: AGI.Foundation.GeometryVector
The vector whose axes will be used to observe the observedVector.
See Also