Interface LocationInterface

A Location represents a point within NavVis IVION space.

interface LocationInterface {
    datasetLocation: Vector3;
    datasetOrientation: Quaternion;
    id: number;
    location: Vector3;
    orientation: Quaternion;
}

Hierarchy (view full)

Properties

datasetLocation: Vector3

Location in the dataset's coordinate system

datasetOrientation: Quaternion

Orientation in the dataset's coordinate system

id: number

Entity id number

location: Vector3

Location in the local coordinate system (i.e. the site coordinate system).

orientation: Quaternion

Orientation in the local coordinate system (i.e. the site coordinate system).

Generated using TypeDoc