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.Plane Class Reference

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

Public Member Functions

double GetValue (double x, double z)
 Returns noise mapped to the given location on the plane. More...
 
 Plane (IModule sourceModule)
 Initialises a new instance of the Plane class. 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 plane.

Constructor & Destructor Documentation

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

Initialises a new instance of the Plane class.

Parameters
sourceModuleThe module from which to retrieve noise.

Member Function Documentation

double LibNoise.Models.Plane.GetValue ( double  x,
double  z 
)
inline

Returns noise mapped to the given location on the plane.

Property Documentation

IModule LibNoise.Models.Plane.SourceModule
getset

The module from which to retrieve noise.


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