Fix doc typos in basic2d and basic3d

This commit is contained in:
msiglreith
2015-06-10 14:34:53 +02:00
parent 6c256ddcae
commit 8905ed1dda
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ type
## not used for geometric transformations in 2d.
ax*,ay*,bx*,by*,tx*,ty*:float
Point2d* = object
## Implements a non-homegeneous 2d point stored as
## Implements a non-homogeneous 2d point stored as
## an `x` coordinate and an `y` coordinate.
x*,y*:float
Vector2d* = object

View File

@@ -53,7 +53,7 @@ type
## [ tx ty tz tw ]
ax*,ay*,az*,aw*, bx*,by*,bz*,bw*, cx*,cy*,cz*,cw*, tx*,ty*,tz*,tw*:float
Point3d* = object
## Implements a non-homegeneous 2d point stored as
## Implements a non-homogeneous 3d point stored as
## an `x` , `y` and `z` coordinate.
x*,y*,z*:float
Vector3d* = object