WorldOctantId
A world octant identifier.
Each octant can be identified by a LOD index and a positional key.
Constructor Summary
Public Constructor | ||
public |
constructor(lod: Number, key: Number) Constructs a new world octant identifier. |
Member Summary
Public Members | ||
public |
The unique key of the world octant. |
|
public |
The LOD grid in which the world octant resides. |
Method Summary
Public Methods | ||
public |
Clones this octant identifier. |
|
public |
copy(id: WorldOctantId): WorldOctantId Copies the given octant identifier. |
|
public |
set(lod: Number, key: Number): WorldOctantId Sets the LOD index and key. |
Public Constructors
Public Members
Public Methods
public copy(id: WorldOctantId): WorldOctantId source
Copies the given octant identifier.
Params:
Name | Type | Attribute | Description |
id | WorldOctantId | An octant identifier. |
public set(lod: Number, key: Number): WorldOctantId source
Sets the LOD index and key.