C# Class Box2D.Pooling.Arrays.FloatArray

Not thread safe float[] pooling.
显示文件 Open project: gerich-home/box2dnet

Public Methods

Method Description
Get ( int argLength ) : float[]

Protected Methods

Method Description
GetInitializedArray ( int argLength ) : float[]

Method Details

Get() public method

public Get ( int argLength ) : float[]
argLength int
return float[]

GetInitializedArray() protected method

protected GetInitializedArray ( int argLength ) : float[]
argLength int
return float[]