C# 클래스 TurtleState, A-Study-in-Composition

파일 보기 프로젝트 열기: mortennobel/A-Study-in-Composition 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
M Matrix4x4
dist float
w float

공개 메소드들

메소드 설명
TurtleState ( float w, Matrix4x4 M ) : System.Collections

메소드 상세

TurtleState() 공개 메소드

public TurtleState ( float w, Matrix4x4 M ) : System.Collections
w float
M Matrix4x4
리턴 System.Collections

프로퍼티 상세

M 공개적으로 프로퍼티

public Matrix4x4 M
리턴 Matrix4x4

dist 공개적으로 프로퍼티

public float dist
리턴 float

w 공개적으로 프로퍼티

public float w
리턴 float