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

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