addpt(2): fix inconsistency in description
This commit is contained in:
parent
365e63b36a
commit
3e98132fc6
1 changed files with 4 additions and 4 deletions
|
@ -99,15 +99,15 @@ returns the Point
|
|||
.PP
|
||||
.I Rectaddpt
|
||||
returns the Rectangle
|
||||
.BI Rect(add( r .min,
|
||||
.BI Rpt(addpt( r .min,
|
||||
.IB p ) \f1,
|
||||
.BI add( r .max,
|
||||
.BI addpt( r .max,
|
||||
.IB p )) \f1;
|
||||
.I rectsubpt
|
||||
returns the Rectangle
|
||||
.BI Rpt(sub( r .min,
|
||||
.BI Rpt(subpt( r .min,
|
||||
.IB p ),
|
||||
.BI sub( r .max,
|
||||
.BI subpt( r .max,
|
||||
.IB p ))\fR.
|
||||
.PP
|
||||
.I Insetrect
|
||||
|
|
Loading…
Reference in a new issue