VectorInverted Constructor (Vector) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 26.1.424.0 (26.1.424.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