Module Gg.Size3
type t= size3The type for 3D sizes.
val dim : intdimis the dimension of sizes of typesize3.
Constructors, accessors and constants
val v : float -> float -> float -> size3v w h dis a size of widthw, heighthand depthd.
val w : size3 -> floatw sis the width ofs.
val h : size3 -> floath sis the height ofs.
val d : size3 -> floatd sis the depth ofs.
val zero : size3zerois the zero size, zero width, height and depth.
val unit : size3unitis the unit size, one width, height and depth.