VectorFixed Constructor (Axes, Cartesian) |
Initializes a new instance of the
VectorFixed class using the
provided vector components with respect to the provided
Axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorFixed(
Axes definedInAxes,
Cartesian components
)
Public Sub New (
definedInAxes As Axes,
components As Cartesian
)
public:
VectorFixed(
Axes^ definedInAxes,
Cartesian components
)
new :
definedInAxes : Axes *
components : Cartesian -> VectorFixed
Parameters
- definedInAxes
- Type: AGI.Foundation.GeometryAxes
The axes in which this Vector is defined. - components
- Type: AGI.Foundation.CoordinatesCartesian
The components of this Vector resolved in the defining axes.
See Also