Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DistanceVectorOverlay

Hierarchy

  • Disposable
    • DistanceVectorOverlay

Index

Properties

Methods

Properties

id: string
type: "distance-vector"
x: { end: Vector3; start: Vector3 }

Type declaration

  • end: Vector3
  • start: Vector3
y: { end: Vector3; start: Vector3 }

Type declaration

  • end: Vector3
  • start: Vector3
z: { end: Vector3; start: Vector3 }

Type declaration

  • end: Vector3
  • start: Vector3

Methods

  • dispose(): void
  • Disposes any resources associated with the object.

    Returns void