VectorInPointsAxes Constructor (Vector, Point) |
Initializes an 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 VectorInPointsAxes(
Vector vectorToObserve,
Point point
)
Public Sub New (
vectorToObserve As Vector,
point As Point
)
public:
VectorInPointsAxes(
Vector^ vectorToObserve,
Point^ point
)
new :
vectorToObserve : Vector *
point : Point -> VectorInPointsAxes
Parameters
- vectorToObserve
- Type: AGI.Foundation.GeometryVector
The vector to observe. - point
- Type: AGI.Foundation.GeometryPoint
The vector is observed in the axes in which this point is defined.
Exceptions See Also