linear-octree - v0.3.2
    Preparing search index...

    Class OctantId

    An octant identifier.

    Each octant can be identified by a positional key and a level.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructs a new octant ID.

      Parameters

      • key: number = 0

        The key.

      • level: number = 0

        The level.

      Returns OctantId

    Properties

    key: number

    The key.

    level: number

    The level.

    Methods