C# Class Particles.BoxConstrain

Inheritance: ObjectConstrain
Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство Type Description
Center THREE.Vector3
Depth double
Height double
Width double

Méthodes publiques

Méthode Description
BoxConstrain ( THREE center, double w, double h, double d ) : System
Constrain ( THREE pos ) : THREE.Vector3
MakeBox ( ) : void
MakeMesh ( ) : void
UpdateMesh ( ) : void

Private Methods

Méthode Description
Back ( ) : double
Bottom ( ) : double
Distance ( double value, int index ) : double
Front ( ) : double
IsX ( int i ) : bool
IsY ( int i ) : bool
IsZ ( int i ) : bool
Right ( ) : double
Top ( ) : double
left ( ) : double

Method Details

BoxConstrain() public méthode

public BoxConstrain ( THREE center, double w, double h, double d ) : System
center THREE
w double
h double
d double
Résultat System

Constrain() public méthode

public Constrain ( THREE pos ) : THREE.Vector3
pos THREE
Résultat THREE.Vector3

MakeBox() public méthode

public MakeBox ( ) : void
Résultat void

MakeMesh() public méthode

public MakeMesh ( ) : void
Résultat void

UpdateMesh() public méthode

public UpdateMesh ( ) : void
Résultat void

Property Details

Center public_oe property

public THREE.Vector3 Center
Résultat THREE.Vector3

Depth public_oe property

public double Depth
Résultat double

Height public_oe property

public double Height
Résultat double

Width public_oe property

public double Width
Résultat double