API Reference > geometry-core > Numerics > Point4d > realPointOrVector realPointOrVector Method Convert the homogeneous point to a (strongly typed) point or vector. If this.w is nonzero, return a Point3d (x/w,y/w,z/w) If this.w is zero, return a Vector3d (x,y,z) realPointOrVector(): Point3d | Vector3d Returns - Point3d | Vector3d Defined in core/geometry/src/geometry4d/Point4d.ts Line 347 Last Updated: 13 June, 2024