C# Класс VisualPOVRAY.Plane

Наследование: PovObj
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
disp Signal
normal Point3
rotation Point3
texture PovTexture
translate Point3

Открытые методы

Метод Описание
Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 transform ) : void
render ( ) : List
update ( float time ) : void

Описание методов

Plane() публичный Метод

public Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
vectorx Point3
vectory Point3
disp float
dispr Signal
translate Point3
rotation Point3
texture PovTexture
reactive bool
Результат System

Plane() публичный Метод

public Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
normal Point3
disp float
dispr Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
Результат System

move() публичный Метод

public move ( Point3 transform ) : void
transform Point3
Результат void

render() публичный Метод

public render ( ) : List
Результат List

update() публичный Метод

public update ( float time ) : void
time float
Результат void

Описание свойств

disp публичное свойство

public Signal disp
Результат Signal

normal публичное свойство

public Point3,VisualPOVRAY normal
Результат Point3

rotation публичное свойство

public Point3,VisualPOVRAY rotation
Результат Point3

texture публичное свойство

public PovTexture,VisualPOVRAY texture
Результат PovTexture

translate публичное свойство

public Point3,VisualPOVRAY translate
Результат Point3