Add a vector to this one.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Vector Add(
Vector vector
)
Public Function Add (
vector As Vector
) As Vector
public:
Vector^ Add(
Vector^ vector
)
member Add :
vector : Vector -> Vector
Parameters
- vector
- Type: AGI.Foundation.Geometry.Vector
The vector to add.
Return Value
Type:
VectorA new vector representing the sum of the two vectors.
See Also