Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
LibNoise.Models.Cylinder Class Reference

Model that maps the output of a module onto a cylinder. More...

Public Member Functions

 Cylinder (IModule sourceModule)
 Initialises a new instance of the Cylinder class. More...
 
double GetValue (double angle, double height)
 Returns noise mapped to the given angle and height along the cylinder. More...
 

Properties

IModule SourceModule [get, set]
 The module from which to retrieve noise. More...
 

Detailed Description

Model that maps the output of a module onto a cylinder.

Constructor & Destructor Documentation

LibNoise.Models.Cylinder.Cylinder ( IModule  sourceModule)
inline

Initialises a new instance of the Cylinder class.

Parameters
sourceModuleThe module from which to retrieve noise.

Member Function Documentation

double LibNoise.Models.Cylinder.GetValue ( double  angle,
double  height 
)
inline

Returns noise mapped to the given angle and height along the cylinder.

Property Documentation

IModule LibNoise.Models.Cylinder.SourceModule
getset

The module from which to retrieve noise.


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