Show / Hide Table of Contents

Class MyDynamicAABBTree.DynamicTreeNode

A node in the dynamic tree. The client does not interact with this directly.

Inheritance
System.Object
MyDynamicAABBTree.DynamicTreeNode
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public class DynamicTreeNode : Object

Constructors

DynamicTreeNode()

Declaration
public DynamicTreeNode()

Fields

Aabb

Declaration
public BoundingBox Aabb
Field Value
Type Description
BoundingBox

Child1

Declaration
public int Child1
Field Value
Type Description
System.Int32

Child2

Declaration
public int Child2
Field Value
Type Description
System.Int32

Height

Declaration
public int Height
Field Value
Type Description
System.Int32

ParentOrNext

Declaration
public int ParentOrNext
Field Value
Type Description
System.Int32

UserData

Declaration
public object UserData
Field Value
Type Description
System.Object

UserFlag

Declaration
public uint UserFlag
Field Value
Type Description
System.UInt32

Methods

IsLeaf()

Declaration
public bool IsLeaf()
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾