Space Engineers
Public Member Functions | List of all members
Sandbox.Game.World.Generator.MySphereDensityFunction Class Reference
Inheritance diagram for Sandbox.Game.World.Generator.MySphereDensityFunction:
Sandbox.Game.World.Generator.IMyAsteroidFieldDensityFunction VRage.Noise.IMyModule

Public Member Functions

 MySphereDensityFunction (Vector3D center, double radius, double additionalFalloff)
 
bool ExistsInCell (ref BoundingBoxD bbox)
 
double GetValue (double x)
 
double GetValue (double x, double y)
 
double GetValue (double x, double y, double z)
 

Detailed Description

Definition at line 13 of file MySphereDensityFunction.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.Generator.MySphereDensityFunction.MySphereDensityFunction ( Vector3D  center,
double  radius,
double  additionalFalloff 
)
inline

Definition at line 23 of file MySphereDensityFunction.cs.

Member Function Documentation

bool Sandbox.Game.World.Generator.MySphereDensityFunction.ExistsInCell ( ref BoundingBoxD  bbox)
inline
double Sandbox.Game.World.Generator.MySphereDensityFunction.GetValue ( double  x)
inline

Implements VRage.Noise.IMyModule.

Definition at line 38 of file MySphereDensityFunction.cs.

double Sandbox.Game.World.Generator.MySphereDensityFunction.GetValue ( double  x,
double  y 
)
inline

Implements VRage.Noise.IMyModule.

Definition at line 43 of file MySphereDensityFunction.cs.

double Sandbox.Game.World.Generator.MySphereDensityFunction.GetValue ( double  x,
double  y,
double  z 
)
inline

Implements VRage.Noise.IMyModule.

Definition at line 48 of file MySphereDensityFunction.cs.


The documentation for this class was generated from the following file: