C# 클래스 GeometryAPI.Triangle

상속: Figure, IFlat, IAreaMeasurable
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetArea ( ) : double
GetNormal ( ) : Vector3D
GetPrimaryMeasure ( ) : double
Triangle ( Vector3D a, Vector3D b, Vector3D c ) : System

메소드 상세

GetArea() 공개 메소드

public GetArea ( ) : double
리턴 double

GetNormal() 공개 메소드

public GetNormal ( ) : Vector3D
리턴 Vector3D

GetPrimaryMeasure() 공개 메소드

public GetPrimaryMeasure ( ) : double
리턴 double

Triangle() 공개 메소드

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