Options
All
  • Public
  • Public/Protected
  • All
Menu

A class that contains helpers for transforming values and points between world space distances and real space distances.

Hierarchy

  • DistanceUnits

Index

Constructors

Properties

unit: Unit

The unit of this measurement.

Methods

  • convertRealPointToWorld(pt: Vector3): Vector3
  • convertRealValueToWorld(value: number): number
  • convertWorldPointToReal(pt: Vector3): Vector3
  • convertWorldValueToReal(value: number): number