C# Class Relative.Line

Inheritance: Object
Show file Open project: Arhirat/Relative

Public Properties

Property Type Description
mPos0 Vec
mPos1 Vec
mSeg int

Public Methods

Method Description
Line ( Vec pos0, Vec pos1, Color color ) : System
draw ( DrawInfo di, Object selected ) : void
getParam ( ) : String
select ( Vec pos ) : bool
setParam ( String value ) : void

Method Details

Line() public method

public Line ( Vec pos0, Vec pos1, Color color ) : System
pos0 Vec
pos1 Vec
color Color
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

Property Details

mPos0 public property

public Vec,Relative mPos0
return Vec

mPos1 public property

public Vec,Relative mPos1
return Vec

mSeg public property

public int mSeg
return int