C# Class LakiTool.Geo.GeoObject

Inheritance: IDisposable
Show file Open project: robinerd123/LakiTool Class Usage Examples

Public Properties

Property Type Description
f3d Render.F3DRenderer
objRot Geo.Rotation
objScale Geo.Scaling
objTrans Geo.Translation
objType GeoObjectTypes

Public Methods

Method Description
Dispose ( ) : void
GeoObject ( GeoObjectTypes objectType ) : System
Render ( ) : void

Private Methods

Method Description
SetRotation ( Geo.Rotation rotObj ) : void
SetScaling ( Geo.Scaling scaleObj ) : void
SetTranslation ( Geo.Translation transObj ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GeoObject() public method

public GeoObject ( GeoObjectTypes objectType ) : System
objectType GeoObjectTypes
return System

Render() public method

public Render ( ) : void
return void

Property Details

f3d public property

public Render.F3DRenderer f3d
return Render.F3DRenderer

objRot public property

public Geo.Rotation objRot
return Geo.Rotation

objScale public property

public Geo.Scaling objScale
return Geo.Scaling

objTrans public property

public Geo.Translation objTrans
return Geo.Translation

objType public property

public GeoObjectTypes objType
return GeoObjectTypes