BoundingBoxHelper.GetFaceIndices(Int32) Method

Definition

this function gets the indices of the bounding cube corners that make up a face.

public:
 cli::array <int> ^ GetFaceIndices(int index);
public int[] GetFaceIndices (int index);
member this.GetFaceIndices : int -> int[]
Public Function GetFaceIndices (index As Integer) As Integer()

Parameters

index
Int32

the face index of the bounding cube 0-5

Returns

Int32[]

an array of four integer indices

Applies to