VectorInAxes Constructor (Vector, Axes) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorInAxes(
Vector vectorToObserve,
Axes inAxes
)
Public Sub New (
vectorToObserve As Vector,
inAxes As Axes
)
public:
VectorInAxes(
Vector^ vectorToObserve,
Axes^ inAxes
)
new :
vectorToObserve : Vector *
inAxes : Axes -> VectorInAxes
Parameters
- vectorToObserve
- Type: AGI.Foundation.Geometry.Vector
The vector to observe. - inAxes
- Type: AGI.Foundation.Geometry.Axes
The axes in which to observe the vectorToObserve.
See Also