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: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorMagnitude(
	Vector vector
)
Public Sub New ( 
	vector As Vector
)
public:
VectorMagnitude(
	Vector^ vector
)
new : 
        vector : Vector -> VectorMagnitudeParameters
- vector
 - Type: AGI.Foundation.GeometryVector
The vector of which to calculate the magnitude. 
See Also