C# Class SharpNav.PolyMesh.Triangle

A triangle contains three indices.
Afficher le fichier Open project: Robmaister/SharpNav

Méthodes publiques

Свойство Type Description
Index0 int
Index1 int
Index2 int

Property Details

Index0 public_oe property

public int Index0
Résultat int

Index1 public_oe property

public int Index1
Résultat int

Index2 public_oe property

public int Index2
Résultat int