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