CPoint.Infix
val (+/) : t -> t -> t
alias for Concrete.CPoint.add
Concrete.CPoint.add
val (-/) : t -> t -> t
alias for Concrete.CPoint.sub
Concrete.CPoint.sub
val (*/) : float -> t -> t
alias for Concrete.CPoint.mult
Concrete.CPoint.mult
val (//) : t -> float -> t
alias for Concrete.CPoint.div
Concrete.CPoint.div