C# Class THREE.CurvePath

Inheritance: Curve
Afficher le fichier Open project: inoook/BezierPath Class Usage Examples

Méthodes publiques

Свойство Type Description
bends List
curves List

Méthodes publiques

Méthode Description
CurvePath ( ) : System.Collections
add ( Curve curve ) : void
addWrapPath ( Bend bendpath ) : void
checkConnection ( ) : void
closePath ( ) : void
getBoundingBox ( ) : BoundingBox
getLength ( ) : float
getPoint ( float t ) : Vector3
getTransformedPoints ( float segments, List bends ) : List
getTransformedSpacedPoints ( float segments, List bends ) : List

Private Methods

Méthode Description
getCurveLengths ( ) : List
getWrapPoints ( List oldPts, Curve path ) : List

Method Details

CurvePath() public méthode

public CurvePath ( ) : System.Collections
Résultat System.Collections

add() public méthode

public add ( Curve curve ) : void
curve Curve
Résultat void

addWrapPath() public méthode

public addWrapPath ( Bend bendpath ) : void
bendpath Bend
Résultat void

checkConnection() public méthode

public checkConnection ( ) : void
Résultat void

closePath() public méthode

public closePath ( ) : void
Résultat void

getBoundingBox() public méthode

public getBoundingBox ( ) : BoundingBox
Résultat BoundingBox

getLength() public méthode

public getLength ( ) : float
Résultat float

getPoint() public méthode

public getPoint ( float t ) : Vector3
t float
Résultat Vector3

getTransformedPoints() public méthode

public getTransformedPoints ( float segments, List bends ) : List
segments float
bends List
Résultat List

getTransformedSpacedPoints() public méthode

public getTransformedSpacedPoints ( float segments, List bends ) : List
segments float
bends List
Résultat List

Property Details

bends public_oe property

public List bends
Résultat List

curves public_oe property

public List curves
Résultat List