'Declaration Public Overloads Operator +( _
ByVal vectorThe vector used to translate point.As VintasoftVector3D, _
ByVal pointThe point to translate.As VintasoftPoint3D _
) As VintasoftPoint3D
public VintasoftPoint3D operator +(
VintasoftVector3D vector,
VintasoftPoint3D point
)
public: VintasoftPoint3D op_Addition(
VintasoftVector3D vector,
VintasoftPoint3D point
)
public:
VintasoftPoint3D operator +(
VintasoftVector3D vector,
VintasoftPoint3D point
)
Parameters
- vector
- The vector used to translate point.
- point
- The point to translate.
Return Value
The result of translating point by vector.