pub unsafe fn mul_q_point_f_q_matrix(
    p: impl CastInto<Ref<QPointF>>,
    m: impl CastInto<Ref<QMatrix>>
) -> CppBox<QPointF>
Expand description

Calls C++ function: QPointF operator*(const QPointF& p, const QMatrix& m).