C# Class VisualPOVRAY.Intersection

Inheritance: PovObj
Exibir arquivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
o1 PovObj
o2 PovObj[]

Public Methods

Method Description
Intersection ( PovObj o1, PovObj o2, bool reactive = false ) : System
render ( ) : List
update ( float time ) : void

Method Details

Intersection() public method

public Intersection ( PovObj o1, PovObj o2, bool reactive = false ) : System
o1 PovObj
o2 PovObj
reactive bool
return System

render() public method

public render ( ) : List
return List

update() public method

public update ( float time ) : void
time float
return void

Property Details

o1 public_oe property

public PovObj o1
return PovObj

o2 public_oe property

public PovObj[] o2
return PovObj[]