C# Класс VisualPOVRAY.SuperEllipsoid

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

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

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

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

Метод Описание
SuperEllipsoid ( Point3 location = null, float e = 3f, float n = 2f, Signal re = null, Signal rn = 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

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

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

public SuperEllipsoid ( Point3 location = null, float e = 3f, float n = 2f, Signal re = null, Signal rn = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
location Point3
e float
n float
re Signal
rn 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