API Reference > geometry-core > CartesianGeometry > FrameBuilder > createRightHandedLocalToWorld createRightHandedLocalToWorld MethodStatic create a transform containing points or vectors in the given data. The xy columns of the transform contain the first points or vectors of the data. The z column is perpendicular to that xy plane. The calculation favors the first points found. It does not try to get a "best" plane. createRightHandedLocalToWorld(...params: any[]): Transform | undefined Parameter Type Description ...params any[] Returns - Transform | undefined Defined in core/geometry/src/geometry3d/FrameBuilder.ts Line 238 Last Updated: 13 June, 2024