C# Class VectorEngine.DemoGame.Shapes.WigglyCircle

Inheritance: Shape
Exibir arquivo Open project: allenwp/vector-engine

Public Properties

Property Type Description
WiggleCount int
WiggleSize float
ZWiggleCount int
ZWiggleSize float

Public Methods

Method Description
GetSamples3D ( float fidelity ) : List

Method Details

GetSamples3D() public method

public GetSamples3D ( float fidelity ) : List
fidelity float
return List

Property Details

WiggleCount public_oe property

public int WiggleCount
return int

WiggleSize public_oe property

public float WiggleSize
return float

ZWiggleCount public_oe property

public int ZWiggleCount
return int

ZWiggleSize public_oe property

public float ZWiggleSize
return float