iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
623 stars 211 forks source link

XYandZ difference with Point3d #28

Closed Mitchpain closed 5 years ago

Mitchpain commented 5 years ago

Is there a reason why we use XYandZ instead of Point3d?


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

kabentley commented 5 years ago

This method only requires an object that has members x,y,z. It does not require that it be of type Point3d.