C# Class VisualPOVRAY.Sor

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

Méthodes publiques

Свойство Type Description
loc Point3
numPoints int
p System.Drawing.PointF[]
points String

Méthodes publiques

Méthode Description
Sor ( int numPoints, PointF p, Point3 location = null, float radius = 1.0f, Signal rrad = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

Method Details

Sor() public méthode

public Sor ( int numPoints, PointF p, Point3 location = null, float radius = 1.0f, Signal rrad = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
numPoints int
p System.Drawing.PointF
location Point3
radius float
rrad Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
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 int numPoints
Résultat int

p public_oe property

public PointF[],System.Drawing p
Résultat System.Drawing.PointF[]

points public_oe property

public String points
Résultat String