VectorInAxes Constructor (Vector, Axes) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.GeometryVector
The vector to observe. - inAxes
- Type: AGI.Foundation.GeometryAxes
The axes in which to observe the vectorToObserve.
See Also