AxesInPointsAxes Constructor (Axes, Point) |
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 AxesInPointsAxes(
Axes axesToObserve,
Point point
)
Public Sub New (
axesToObserve As Axes,
point As Point
)
public:
AxesInPointsAxes(
Axes^ axesToObserve,
Point^ point
)
new :
axesToObserve : Axes *
point : Point -> AxesInPointsAxes
Parameters
- axesToObserve
- Type: AGI.Foundation.GeometryAxes
The axes to observe. - point
- Type: AGI.Foundation.GeometryPoint
The axes is observed in the axes in which this point is defined.
Exceptions See Also