pub unsafe fn mul_double_q_point(
    factor: c_double,
    p: impl CastInto<Ref<QPoint>>
) -> CppBox<QPoint>
Expand description

Calls C++ function: QPoint operator*(double factor, const QPoint& p).