C# Class LakiTool.Geo.GeoObject

Inheritance: IDisposable
Datei anzeigen 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_oe property

public Render.F3DRenderer f3d
return Render.F3DRenderer

objRot public_oe property

public Geo.Rotation objRot
return Geo.Rotation

objScale public_oe property

public Geo.Scaling objScale
return Geo.Scaling

objTrans public_oe property

public Geo.Translation objTrans
return Geo.Translation

objType public_oe property

public GeoObjectTypes objType
return GeoObjectTypes