메소드 | 설명 | |
---|---|---|
Build ( ) : void |
Builds the noise map. @pre SetBounds() was previously called. @pre NoiseMap was previously defined. @pre a SourceModule was previously defined. @pre The width and height values specified by SetSize() are positive. @pre The width and height values specified by SetSize() do not exceed the maximum possible width and height for the noise map. @post The original contents of the destination noise map is destroyed. @throw noise::ArgumentException See the preconditions. If this method is successful, the destination noise map contains the coherent-noise values from the noise module specified by the SourceModule.
|
|
NoiseMapBuilderSphere ( ) : System |
Default constructor
|
|
SetBounds ( float southLatBound, float northLatBound, float westLonBound, float eastLonBound ) : void |
Sets the coordinate boundaries of the noise map. @pre The southern boundary is less than the northern boundary. @pre The western boundary is less than the eastern boundary.
|
public SetBounds ( float southLatBound, float northLatBound, float westLonBound, float eastLonBound ) : void | ||
southLatBound | float | |
northLatBound | float | |
westLonBound | float | |
eastLonBound | float | |
리턴 | void |