C# 클래스 ME3Explorer.CurveEd.CurvePoint

상속: ViewModelBase
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
CurvePoint ( float _inVal, float _outVal, float _arriveTangent, float _leaveTangent ) : System
CurvePoint ( float inVal, float outVal, float arriveTangent, float leaveTangent, CurveMode interpMode ) : System

메소드 상세

CurvePoint() 공개 메소드

public CurvePoint ( float _inVal, float _outVal, float _arriveTangent, float _leaveTangent ) : System
_inVal float
_outVal float
_arriveTangent float
_leaveTangent float
리턴 System

CurvePoint() 공개 메소드

public CurvePoint ( float inVal, float outVal, float arriveTangent, float leaveTangent, CurveMode interpMode ) : System
inVal float
outVal float
arriveTangent float
leaveTangent float
interpMode CurveMode
리턴 System