Documentation ¶
Index ¶
- func DEMToPNG(filename string, ats *rdg.DEM, image_pixel_w, image_pixel_h int, ...)
- func FtoA(v float64) string
- func ItoA(v int) string
- func WriteDEMtoOBJ(filename string, ats *rdg.DEM, image_w float64, image_h float64, ...) error
- func WriteDEMtoPNG(file string, ats *rdg.DEM, image_pixel_w, image_pixel_h int)
- func WriteDEMtoPNGwithShadow(file string, ats *rdg.DEM, image_pixel_w, image_pixel_h int, shadow Shadow)
- func WriteDEMtoTXT(filename string, ats *rdg.DEM) error
- type Color
- type ColorElevation
- type Shadow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteDEMtoOBJ ¶
func WriteDEMtoPNG ¶
func WriteDEMtoPNGwithShadow ¶
Types ¶
type ColorElevation ¶
type ColorElevation struct {
// contains filtered or unexported fields
}
func MakeColorElevation ¶
func MakeColorElevation(r, g, b, elevation float64) ColorElevation
Click to show internal directories.
Click to hide internal directories.