C# Класс VisualPOVRAY.Ovus

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

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

Свойство Тип Описание
loc Point3
rot Point3
trans Point3

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

Метод Описание
Ovus ( Point3 location = null, float topRadius = 1.0f, float bottomRadius = 2f, Signal rt = null, Signal rb = 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

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

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

public Ovus ( Point3 location = null, float topRadius = 1.0f, float bottomRadius = 2f, Signal rt = null, Signal rb = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
location Point3
topRadius float
bottomRadius float
rt Signal
rb Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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