VectorMagnitude Constructor (Vector) |
Initializes a new instance based on a given vector.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorMagnitude(
Vector vector
)
Public Sub New (
vector As Vector
)
public:
VectorMagnitude(
Vector^ vector
)
new :
vector : Vector -> VectorMagnitude
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
The vector of which to calculate the magnitude.
See Also