'Declaration Public Overloads Shared Function Add( _
ByVal vectorThe amount to translate the specified point.As VintasoftVector3D, _
ByVal pointThe point to translate.As VintasoftPoint3D _
) As VintasoftPoint3D
public static VintasoftPoint3D Add(
VintasoftVector3D vector,
VintasoftPoint3D point
)
public: static VintasoftPoint3D Add(
VintasoftVector3D vector,
VintasoftPoint3D point
)
public:
static VintasoftPoint3D Add(
VintasoftVector3D vector,
VintasoftPoint3D point
)
Parameters
- vector
- The amount to translate the specified point.
- point
- The point to translate.
Return Value
The result of translating point by vector.