'Declaration Public Operator /( _
ByVal pointТрехмерный вектор.As VintasoftVector3D, _
ByVal 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
 - Трехмерный вектор.
 - value
 - Двойное значение.
 
Return Value
Результат 3D-точки.