pub unsafe fn mul_double_q_point_f(
    c: c_double,
    p: impl CastInto<Ref<QPointF>>
) -> CppBox<QPointF>
Expand description

Calls C++ function: QPointF operator*(double c, const QPointF& p).