mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 03:02:31 +00:00
Fix doc typos in basic2d and basic3d
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user