본문으로 건너뛰기

GetBoundBoxAABB

Overloads

NameDescription
GetBoundBoxAABB(List<int> index)Get AABB BoundBox (Axis-Aligned Bounding Box)
GetBoundBoxAABB(List<Node> node)Get AABB BoundBox (Axis-Aligned Bounding Box)

GetBoundBoxAABB(List<int> index)

public BoundBox3D GetBoundBoxAABB(List&lt;int&gt; index)

Get AABB BoundBox (Axis-Aligned Bounding Box)

Parameters

NameTypeDescription
indexList<int>노드 인덱스

Returns

TypeDescription
BoundBox3DAABB BoundBox

GetBoundBoxAABB(List<Node> node)

public BoundBox3D GetBoundBoxAABB(List&lt;Node&gt; node)

Get AABB BoundBox (Axis-Aligned Bounding Box)

Parameters

NameTypeDescription
nodeList<Node>노드

Returns

TypeDescription
BoundBox3DAABB BoundBox