Documentation ¶ Index ¶ type SNorm func S8(v float64) SNorm func S16(v float64) SNorm func S32(v float64) SNorm func S64(v float64) SNorm type UNorm func U8(v float64) UNorm func U16(v float64) UNorm func U32(v float64) UNorm func U64(v float64) UNorm Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SNorm ¶ type SNorm interface { Value() float64 } func S8 ¶ func S8(v float64) SNorm func S16 ¶ func S16(v float64) SNorm func S32 ¶ func S32(v float64) SNorm func S64 ¶ func S64(v float64) SNorm type UNorm ¶ type UNorm interface { Value() float64 } func U8 ¶ func U8(v float64) UNorm func U16 ¶ func U16(v float64) UNorm func U32 ¶ func U32(v float64) UNorm func U64 ¶ func U64(v float64) UNorm Source Files ¶ View all Source files snorm.gounorm.go Click to show internal directories. Click to hide internal directories.