| 
    Chunks
    
   Moddable voxel sandbox for room-scale VR. 
   | 
 
Provides a noise module that moves the coordinates of the input value before returning the output value from a source module. [OPERATOR] More...
  
 Public Member Functions | |
| Translate () | |
| Initializes a new instance of Translate.  More... | |
| Translate (double x, double y, double z, ModuleBase input) | |
| Initializes a new instance of Translate.  More... | |
| override double | GetValue (double x, double y, double z) | 
| Returns the output value for the given input coordinates.  More... | |
  Public Member Functions inherited from LibNoise.ModuleBase | |
| double | GetValue (Vector3 coordinate) | 
| Returns the output value for the given input coordinates.  More... | |
| double | GetValue (ref Vector3 coordinate) | 
| Returns the output value for the given input coordinates.  More... | |
| void | Dispose () | 
| Immediately releases the unmanaged resources used by this object.  More... | |
Properties | |
| double | X [get, set] | 
| Gets or sets the translation on the x-axis.  More... | |
| double | Y [get, set] | 
| Gets or sets the translation on the y-axis.  More... | |
| double | Z [get, set] | 
| Gets or sets the translation on the z-axis.  More... | |
  Properties inherited from LibNoise.ModuleBase | |
| virtual ModuleBase | this[int index] [get, set] | 
| Gets or sets a source module by index.  More... | |
| int | SourceModuleCount [get] | 
| Gets the number of source modules required by this noise module.  More... | |
| bool | IsDisposed [get] | 
| Gets a value whether the object is disposed.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from LibNoise.ModuleBase | |
| ModuleBase (int count) | |
| Initializes a new instance of Helpers.  More... | |
| virtual bool | Disposing () | 
| Immediately releases the unmanaged resources used by this object.  More... | |
  Protected Attributes inherited from LibNoise.ModuleBase | |
| ModuleBase[] | m_modules = null | 
Provides a noise module that moves the coordinates of the input value before returning the output value from a source module. [OPERATOR]
| LibNoise.Operator.Translate.Translate | ( | ) | 
Initializes a new instance of Translate.
| LibNoise.Operator.Translate.Translate | ( | double | x, | 
| double | y, | ||
| double | z, | ||
| ModuleBase | input | ||
| ) | 
Initializes a new instance of Translate.
| x | The translation on the x-axis. | 
| y | The translation on the y-axis. | 
| z | The translation on the z-axis. | 
| input | The input module. | 
      
  | 
  virtual | 
Returns the output value for the given input coordinates.
| x | The input coordinate on the x-axis. | 
| y | The input coordinate on the y-axis. | 
| z | The input coordinate on the z-axis. | 
Implements LibNoise.ModuleBase.
      
  | 
  getset | 
Gets or sets the translation on the x-axis.
      
  | 
  getset | 
Gets or sets the translation on the y-axis.
      
  | 
  getset | 
Gets or sets the translation on the z-axis.
 1.8.10