C# Class VisualPOVRAY.Prism

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
loc Point3
numPoints Signal
p VisualPOVRAY.Point2[]
points String
reactive bool

Méthodes publiques

Méthode Description
Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

Method Details

Prism() public méthode

public Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
spline_type String
height1 float
height2 float
numPoints int
p Point2
loc Point3
reactive bool
rh1 Signal
rh2 Signal
nps Signal
Résultat System

move() public méthode

public move ( Point3 loc ) : void
loc Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float currentTime ) : void
currentTime float
Résultat void

Property Details

loc public_oe property

public Point3,VisualPOVRAY loc
Résultat Point3

numPoints public_oe property

public Signal numPoints
Résultat Signal

p public_oe property

public Point2[],VisualPOVRAY p
Résultat VisualPOVRAY.Point2[]

points public_oe property

public String points
Résultat String

reactive public_oe property

public bool reactive
Résultat bool