BoundingBoxHelper.GetFaceIndices(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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