API Reference > imodeljs-frontend > Views > ViewingSpace > worldToView4d worldToView4d Method Convert a point from CoordSystem.World to CoordSystem.View as Point4d worldToView4d(input: Readonly<WritableXYAndZ>, out?: Point4d): Point4d Parameter Type Description input Readonly<WritableXYAndZ> the point to convert out Point4d optional location for result. If undefined, a new Point4d is created. Returns - Point4d Defined in core/frontend/src/ViewingSpace.ts Line 413 Last Updated: 11 June, 2024