C# Class Relative.Point

Inheritance: Object
Show file Open project: Arhirat/Relative

Public Methods

Method Description
Point ( Vec pos ) : System
draw ( DrawInfo di, Object selected ) : void
getParam ( ) : String
select ( Vec pos ) : bool
setParam ( String value ) : void

Method Details

Point() public method

public Point ( Vec pos ) : System
pos Vec
return System

draw() public method

public draw ( DrawInfo di, Object selected ) : void
di DrawInfo
selected Object
return void

getParam() public method

public getParam ( ) : String
return String

select() public method

public select ( Vec pos ) : bool
pos Vec
return bool

setParam() public method

public setParam ( String value ) : void
value String
return void