C# Class SharpNav.PolyMesh.Triangle

A triangle contains three indices.
Exibir arquivo Open project: Robmaister/SharpNav

Public Properties

Property Type Description
Index0 int
Index1 int
Index2 int

Property Details

Index0 public_oe property

public int Index0
return int

Index1 public_oe property

public int Index1
return int

Index2 public_oe property

public int Index2
return int