'Declaration Public Overloads Shared Function Add( _
ByVal vector1The first vector to add.As VintasoftVector3D, _
ByVal vector2The second vector to add.As VintasoftVector3D _
) As VintasoftVector3D
public static VintasoftVector3D Add(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
public: static VintasoftVector3D Add(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
public:
static VintasoftVector3D Add(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
Parameters
- vector1
- The first vector to add.
- vector2
- The second vector to add.
Return Value
The sum of vector1 and vector2.