pub unsafe fn mul_q_line_q_matrix(
    l: impl CastInto<Ref<QLine>>,
    m: impl CastInto<Ref<QMatrix>>
) -> CppBox<QLine>
Expand description

Calls C++ function: QLine operator*(const QLine& l, const QMatrix& m).