C# 클래스 Microsoft.Zing.ZingDronacharya.MotionPlan

파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 프로퍼티들

프로퍼티 타입 설명
Plan List
end int
start int

공개 메소드들

메소드 설명
MotionPlan ( int s, int e, List p ) : System

메소드 상세

MotionPlan() 공개 메소드

public MotionPlan ( int s, int e, List p ) : System
s int
e int
p List
리턴 System

프로퍼티 상세

Plan 공개적으로 프로퍼티

public List Plan
리턴 List

end 공개적으로 프로퍼티

public int end
리턴 int

start 공개적으로 프로퍼티

public int start
리턴 int