visualization-tools

Home > @visualization-tools/cartesian-2d > SharedInterleavedPoint2dQuadIndexer

SharedInterleavedPoint2dQuadIndexer class

Base 2d point quad indexer.

Signature:

export declare class SharedInterleavedPoint2dQuadIndexer<TArray extends TTypedArray, TPrefix extends string> implements ISharedInterleavedPoint2dQuadIndexer<TArray> 

Implements: ISharedInterleavedPoint2dQuadIndexer<TArray>

Constructors

Constructor Modifiers Description
(constructor)(wrapper, prefix, offsetMethodName)   Constructs a new instance of the SharedInterleavedPoint2dQuadIndexer class

Properties

Property Modifiers Type Description
sharedObject   IReferenceCountedPtr  

Methods

Method Modifiers Description
addToTree(tree, entity, worldTransform, userTransform)    
createOne(wrapper, prefix, inputType) static