C# Class Universe.Physics.PrimMesher.Path

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Create ( PathType pathType, int steps ) : void

Method Details

Create() public méthode

public Create ( PathType pathType, int steps ) : void
pathType PathType
steps int
Résultat void

Property Details

dimpleBegin public_oe property

public float dimpleBegin
Résultat float

dimpleEnd public_oe property

public float dimpleEnd
Résultat float

holeSizeX public_oe property

public float holeSizeX
Résultat float

holeSizeY public_oe property

public float holeSizeY
Résultat float

pathCutBegin public_oe property

public float pathCutBegin
Résultat float

pathCutEnd public_oe property

public float pathCutEnd
Résultat float

pathNodes public_oe property

public List pathNodes
Résultat List

radius public_oe property

public float radius
Résultat float

revolutions public_oe property

public float revolutions
Résultat float

skew public_oe property

public float skew
Résultat float

stepsPerRevolution public_oe property

public int stepsPerRevolution
Résultat int

taperX public_oe property

public float taperX
Résultat float

taperY public_oe property

public float taperY
Résultat float

topShearX public_oe property

public float topShearX
Résultat float

topShearY public_oe property

public float topShearY
Résultat float

twistBegin public_oe property

public float twistBegin
Résultat float

twistEnd public_oe property

public float twistEnd
Résultat float