The following line has typo error (Duplicated Point and Vector types):
Many arguments which might be strongly typed as Point3d, Vector3d, Point3d, Vector3d are weakly typed as XYandZ or XandY.
Revised line would be:
Many arguments that could be strongly typed as Point3d, Vector3d, Point2d, or Vector2d are weakly typed as XYandZ or XandY.
⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking
The following line has typo error (Duplicated Point and Vector types): Many arguments which might be strongly typed as Point3d, Vector3d, Point3d, Vector3d are weakly typed as XYandZ or XandY.
Revised line would be: Many arguments that could be strongly typed as Point3d, Vector3d, Point2d, or Vector2d are weakly typed as XYandZ or XandY.
⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking