C# Class Mckineap.Models.Model3D.Editing.InterpolatingStruct

ファイルを表示 Open project: loic-lavergne/mckineap

Public Methods

Method Description
InterpolatingStruct ( Matrix4x4 startInterpolate, Matrix4x4 endInterpolate, double timeStart, double timeEnd, double timeRequested ) : System

Method Details

InterpolatingStruct() public method

public InterpolatingStruct ( Matrix4x4 startInterpolate, Matrix4x4 endInterpolate, double timeStart, double timeEnd, double timeRequested ) : System
startInterpolate Matrix4x4
endInterpolate Matrix4x4
timeStart double
timeEnd double
timeRequested double
return System