C# Class Universe.Physics.PrimMesher.Path

Show file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
dimpleBegin float
dimpleEnd float
holeSizeX float
holeSizeY float
pathCutBegin float
pathCutEnd float
pathNodes List
radius float
revolutions float
skew float
stepsPerRevolution int
taperX float
taperY float
topShearX float
topShearY float
twistBegin float
twistEnd float

Public Methods

Method Description
Create ( PathType pathType, int steps ) : void

Method Details

Create() public method

public Create ( PathType pathType, int steps ) : void
pathType PathType
steps int
return void

Property Details

dimpleBegin public property

public float dimpleBegin
return float

dimpleEnd public property

public float dimpleEnd
return float

holeSizeX public property

public float holeSizeX
return float

holeSizeY public property

public float holeSizeY
return float

pathCutBegin public property

public float pathCutBegin
return float

pathCutEnd public property

public float pathCutEnd
return float

pathNodes public property

public List pathNodes
return List

radius public property

public float radius
return float

revolutions public property

public float revolutions
return float

skew public property

public float skew
return float

stepsPerRevolution public property

public int stepsPerRevolution
return int

taperX public property

public float taperX
return float

taperY public property

public float taperY
return float

topShearX public property

public float topShearX
return float

topShearY public property

public float topShearY
return float

twistBegin public property

public float twistBegin
return float

twistEnd public property

public float twistEnd
return float