[This is preliminary documentation and is subject to change.]
Add 2 vectors together, resulting in a new vector
Namespace:
Infrastructure.Geometry
Assembly:
Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public static Vector operator +(
Vector first,
Vector second
)
Parameters
- first
- Type: Infrastructure.GeometryVector
A vector - second
- Type: Infrastructure.GeometryVector
Another vector
Return Value
Type:
VectorA new vector which is the result of both vectors combined.
This vector describes the change in X, Y and Z to go from the start of the first vector to the end of the second vector.
See Also