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

Public Member Functions

 MyPanCakeFieldDesityFunction (MyRandom random, double frequency)
 
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 11 of file MyPanCakeFieldDesityFunction.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.Generator.MyPanCakeFieldDesityFunction.MyPanCakeFieldDesityFunction ( MyRandom  random,
double  frequency 
)
inline

Definition at line 15 of file MyPanCakeFieldDesityFunction.cs.

Member Function Documentation

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

Implements VRage.Noise.IMyModule.

Definition at line 25 of file MyPanCakeFieldDesityFunction.cs.

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

Implements VRage.Noise.IMyModule.

Definition at line 30 of file MyPanCakeFieldDesityFunction.cs.

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

Implements VRage.Noise.IMyModule.

Definition at line 35 of file MyPanCakeFieldDesityFunction.cs.


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