Quadelement.Quadelement<'e> Type
An element in an quadtree. NOTE: we intentionally use incomplete equality semantics here so these can be stored in a HashSet.
Record fields
Record Field | Description |
|
|
Full Usage:
Entry_
Field type: 'e
|
|
Full Usage:
Flags_
Field type: uint
|
|
Full Usage:
HashCode_
Field type: int
|
|
|
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.Entry
Returns: 'e
|
|
|
|
|
|
Full Usage:
this.StaticInPlay
Returns: bool
|
|
Full Usage:
this.VisibleInView
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
Quadelement.make visibleInView staticInPlay presence presenceInPlay bounds entry
Parameters:
bool
staticInPlay : bool
presence : Presence
presenceInPlay : Presence
bounds : Box2
entry : 'e
Returns: Quadelement<'e>
|
|