Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MinimumDistanceMeasurementResult

A measurement result that represents the closets point between two entities.

Hierarchy

  • MinimumDistanceMeasurementResult

Index

Properties

distance: number

The distance between two points.

point1: Vector3

The closest point of the first entity, in world coordinates.

point2: Vector3

The closest point of the second entity, in world coordinates.

type: "minimum-distance"

The type.