C# Class TactonicNet.TactonicFrame

显示文件 Open project: nyu-vr-research/vive-holojam Class Usage Examples

Public Methods

Method Description
GetCols ( ) : int
GetForces ( ) : int[]
GetFrameNumber ( ) : long
GetNumForces ( ) : int
GetRows ( ) : int
GetTime ( ) : double
TactonicFrame ( TactonicDevice device ) : System

Method Details

GetCols() public method

public GetCols ( ) : int
return int

GetForces() public method

public GetForces ( ) : int[]
return int[]

GetFrameNumber() public method

public GetFrameNumber ( ) : long
return long

GetNumForces() public method

public GetNumForces ( ) : int
return int

GetRows() public method

public GetRows ( ) : int
return int

GetTime() public method

public GetTime ( ) : double
return double

TactonicFrame() public method

public TactonicFrame ( TactonicDevice device ) : System
device TactonicDevice
return System