C# Class Google.KML.geScale

Scales a model along the x, y, and z axes in the model's coordinate space
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
x double
y double
z double

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object to KML

Method Details

ToKML() public method

Renders the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

x public_oe property

x axis
public double x
return double

y public_oe property

y axis
public double y
return double

z public_oe property

z axis
public double z
return double