C# Class Oglr.Core.Triangulator2D.Triangle

A basic triangle structure that holds the three indices that make up a given triangle.
Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Свойство Type Description
A int
B int
C int

Méthodes publiques

Méthode Description
Triangle ( int a, int b, int c ) : System

Method Details

Triangle() public méthode

public Triangle ( int a, int b, int c ) : System
a int
b int
c int
Résultat System

Property Details

A public_oe property

public int A
Résultat int

B public_oe property

public int B
Résultat int

C public_oe property

public int C
Résultat int