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

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