VectorInverted Constructor (Vector) | 
 Initializes a new instance.
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorInverted(
	Vector vectorToInvert
)
Public Sub New ( 
	vectorToInvert As Vector
)
public:
VectorInverted(
	Vector^ vectorToInvert
)
new : 
        vectorToInvert : Vector -> VectorInvertedParameters
- vectorToInvert
 - Type: AGI.Foundation.GeometryVector
The vector to invert. 
See Also