Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VertexViewerDomGroup

Index

Properties

matrix: Matrix4

The local matrix of this element.

position: Vector3

The local 3D position of where this element is located.

positionJson: string

The local 3D position of where this element is located, as a JSON string. JSON representation can either be in the format of [x, y, z] or {"x": 0, "y": 0, "z": 0}.

quaternion: Quaternion

The local rotation of this element.

quaternionJson: string

The local rotation of this element, as a JSON string. JSON representation can either be [x, y, z, w] or {"x": 0, "y": 0, "z": 0, "w": 1}.

rotation?: Euler

The local rotation of this element in Euler angles.

rotationJson?: string

The local rotation of this element in Euler angles, as a JSON string. JSON representation can either be [x, y, z, order] or {"x": 0, "y": 0, "z": 0, "order": "xyz"}.

scale: Vector3

The local scale of this element.

scaleJson: string

The local scale of this element, as a JSON string. JSON string representation can either be in the format of [x, y, z] or {"x": 0, "y": 0, "z": 0}.