C# Class OpenDACT.Class_Files.Heightsbackup

Mostrar archivo Open project: RollieRowland/OpenDACT

Public Properties

Property Type Description
X float
XOpp float
Y float
YOpp float
Z float
ZOpp float
center float

Public Methods

Method Description
returnCenter ( ) : float
returnX ( ) : float
returnXOpp ( ) : float
returnY ( ) : float
returnYOpp ( ) : float
returnZ ( ) : float
returnZOpp ( ) : float
setCenter ( float value ) : void
setX ( float value ) : void
setXOpp ( float value ) : void
setY ( float value ) : void
setYOpp ( float value ) : void
setZ ( float value ) : void
setZOpp ( float value ) : void

Method Details

returnCenter() public static method

public static returnCenter ( ) : float
return float

returnX() public static method

public static returnX ( ) : float
return float

returnXOpp() public static method

public static returnXOpp ( ) : float
return float

returnY() public static method

public static returnY ( ) : float
return float

returnYOpp() public static method

public static returnYOpp ( ) : float
return float

returnZ() public static method

public static returnZ ( ) : float
return float

returnZOpp() public static method

public static returnZOpp ( ) : float
return float

setCenter() public static method

public static setCenter ( float value ) : void
value float
return void

setX() public static method

public static setX ( float value ) : void
value float
return void

setXOpp() public static method

public static setXOpp ( float value ) : void
value float
return void

setY() public static method

public static setY ( float value ) : void
value float
return void

setYOpp() public static method

public static setYOpp ( float value ) : void
value float
return void

setZ() public static method

public static setZ ( float value ) : void
value float
return void

setZOpp() public static method

public static setZOpp ( float value ) : void
value float
return void

Property Details

X public_oe static_oe property

public static float X
return float

XOpp public_oe static_oe property

public static float XOpp
return float

Y public_oe static_oe property

public static float Y
return float

YOpp public_oe static_oe property

public static float YOpp
return float

Z public_oe static_oe property

public static float Z
return float

ZOpp public_oe static_oe property

public static float ZOpp
return float

center public_oe static_oe property

public static float center
return float