C# 클래스 Oglr.Core.Triangulator2D.Triangle

A basic triangle structure that holds the three indices that make up a given triangle.
파일 보기 프로젝트 열기: SteveDunn/oglr

공개 프로퍼티들

프로퍼티 타입 설명
A int
B int
C int

공개 메소드들

메소드 설명
Triangle ( int a, int b, int c ) : System

메소드 상세

Triangle() 공개 메소드

public Triangle ( int a, int b, int c ) : System
a int
b int
c int
리턴 System

프로퍼티 상세

A 공개적으로 프로퍼티

public int A
리턴 int

B 공개적으로 프로퍼티

public int B
리턴 int

C 공개적으로 프로퍼티

public int C
리턴 int