C# 클래스 Sagen.FunctionCurves.Curve

파일 보기 프로젝트 열기: TheBerkin/Sagen

공개 메소드들

메소드 설명
Curve ( Keyframe keyframes ) : System
this ( float time ) : float

보호된 메소드들

메소드 설명
Interpolate ( Keyframe left, Keyframe right, float delta ) : float

메소드 상세

Curve() 공개 메소드

public Curve ( Keyframe keyframes ) : System
keyframes Keyframe
리턴 System

Interpolate() 보호된 추상적인 메소드

protected abstract Interpolate ( Keyframe left, Keyframe right, float delta ) : float
left Keyframe
right Keyframe
delta float
리턴 float

this() 공개 메소드

public this ( float time ) : float
time float
리턴 float