Searched defs:normalize (Results 1 – 6 of 6) sorted by relevance
44 normalize(): Point3 { method in Point3
31 std::function<double(const struct libinput_event_joystick_axis_abs_info&)> normalize; member
432 normalize(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; method440 normalize(form?: string): string; method
3818 normalize: boolean; property10129 normalize(): void; method
2792 function normalize(value, min, max) { function