C# Class FlatRedBall.Content.Math.Geometry.SphereSave

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Alpha float
Blue float
Green float
Name string
Parent string
Radius float
Red float
X float
Y float
Z float

Public Methods

Method Description
FromSphere ( FlatRedBall sphere ) : SphereSave
ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere

Method Details

FromSphere() public static method

public static FromSphere ( FlatRedBall sphere ) : SphereSave
sphere FlatRedBall
return SphereSave

ToSphere() public method

public ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere
return FlatRedBall.Math.Geometry.Sphere

Property Details

Alpha public property

public float Alpha
return float

Blue public property

public float Blue
return float

Green public property

public float Green
return float

Name public property

public string Name
return string

Parent public property

public string Parent
return string

Radius public property

public float Radius
return float

Red public property

public float Red
return float

X public property

public float X
return float

Y public property

public float Y
return float

Z public property

public float Z
return float