C# 클래스 BezierPoint, Kinect-vs-Autism-project-CSI-2

상속: MonoBehaviour
파일 보기 프로젝트 열기: mfppvl/Kinect-vs-Autism-project-CSI-2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
control1 Vector2
control2 Vector2
curve1 BezierCurve,
curve2 BezierCurve,
main Vector2

공개 메소드들

메소드 설명
BezierPoint ( Vector2 m, Vector2 l, Vector2 r ) : System

메소드 상세

BezierPoint() 공개 메소드

public BezierPoint ( Vector2 m, Vector2 l, Vector2 r ) : System
m Vector2
l Vector2
r Vector2
리턴 System

프로퍼티 상세

control1 공개적으로 프로퍼티

public Vector2 control1
리턴 Vector2

control2 공개적으로 프로퍼티

public Vector2 control2
리턴 Vector2

curve1 공개적으로 프로퍼티

public BezierCurve, curve1
리턴 BezierCurve,

curve2 공개적으로 프로퍼티

public BezierCurve, curve2
리턴 BezierCurve,

main 공개적으로 프로퍼티

public Vector2 main
리턴 Vector2