'Declaration Public Shared Function Divide( _
ByVal vectorThe 3D vector.As VintasoftVector3D, _
ByVal scalarThe scalar.As Double _
) As VintasoftVector3D
public static VintasoftVector3D Divide(
VintasoftVector3D vector,
double scalar
)
public: static VintasoftVector3D Divide(
VintasoftVector3D vector,
double scalar
)
public:
static VintasoftVector3D Divide(
VintasoftVector3D vector,
double scalar
)
Parameters
- vector
- The 3D vector.
- scalar
- The scalar.
Return Value
The result of dividing vector by scalar.