C# 클래스 R3.Geometry.Mesh.Triangle

파일 보기 프로젝트 열기: roice3/Honeycombs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
a Vector3D
b Vector3D
c Vector3D
color Vector3D

공개 메소드들

메소드 설명
Triangle ( Vector3D _a, Vector3D _b, Vector3D _c ) : System.Collections.Generic

메소드 상세

Triangle() 공개 메소드

public Triangle ( Vector3D _a, Vector3D _b, Vector3D _c ) : System.Collections.Generic
_a Vector3D
_b Vector3D
_c Vector3D
리턴 System.Collections.Generic

프로퍼티 상세

a 공개적으로 프로퍼티

public Vector3D a
리턴 Vector3D

b 공개적으로 프로퍼티

public Vector3D b
리턴 Vector3D

c 공개적으로 프로퍼티

public Vector3D c
리턴 Vector3D

color 공개적으로 프로퍼티

public Vector3D color
리턴 Vector3D