'Declaration Public Operator /( _
ByVal point3D vector.As VintasoftVector3D, _
ByVal valueDouble value.As Double _
) As VintasoftVector3D
public VintasoftVector3D operator /(
VintasoftVector3D point,
double value
)
public: VintasoftVector3D op_Division(
VintasoftVector3D point,
double value
)
public:
VintasoftVector3D operator /(
VintasoftVector3D point,
double value
)
Parameters
- point
- 3D vector.
- value
- Double value.
Return Value
Result 3D point.