Module CPoint.Infix

val (+/) : t -> t -> t

alias for Concrete.CPoint.add

val (-/) : t -> t -> t

alias for Concrete.CPoint.sub

val (*/) : float -> t -> t

alias for Concrete.CPoint.mult

val (//) : t -> float -> t

alias for Concrete.CPoint.div