Constructor

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Octree(
	List<Vector3> _positions,
	List<TriangleVertexIndices> _tris
)
Visual Basic
Public Sub New ( _
	_positions As List(Of Vector3), _
	_tris As List(Of TriangleVertexIndices) _
)
Visual C++
public:
Octree(
	List<Vector3>^ _positions, 
	List<TriangleVertexIndices>^ _tris
)

Parameters

_positions
Type: System.Collections.Generic..::..List<(Of <(<'Vector3>)>)>

[Missing <param name="_positions"/> documentation for "M:JigLibX.Geometry.Octree.#ctor(System.Collections.Generic.List{Microsoft.Xna.Framework.Vector3},System.Collections.Generic.List{JigLibX.Geometry.TriangleVertexIndices})"]

_tris
Type: System.Collections.Generic..::..List<(Of <(<'TriangleVertexIndices>)>)>

[Missing <param name="_tris"/> documentation for "M:JigLibX.Geometry.Octree.#ctor(System.Collections.Generic.List{Microsoft.Xna.Framework.Vector3},System.Collections.Generic.List{JigLibX.Geometry.TriangleVertexIndices})"]

See Also