Home
last modified time | relevance | path

Searched defs:chebyshev_distance (Results 1 – 24 of 24) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs339 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method
Du16vec4.rs417 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method
Du16vec3.rs389 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec2.rs339 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
Du8vec3.rs389 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
Du8vec4.rs417 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs339 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
Du64vec4.rs417 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
Du64vec3.rs389 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs339 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
Duvec3.rs389 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
Duvec4.rs417 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs476 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
Di8vec2.rs411 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
Di8vec4.rs512 pub fn chebyshev_distance(self, other: Self) -> u8 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs411 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
Divec3.rs476 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
Divec4.rs512 pub fn chebyshev_distance(self, other: Self) -> u32 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs476 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
Di64vec2.rs411 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
Di64vec4.rs512 pub fn chebyshev_distance(self, other: Self) -> u64 { in chebyshev_distance() method
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs476 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method
Di16vec2.rs411 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method
Di16vec4.rs512 pub fn chebyshev_distance(self, other: Self) -> u16 { in chebyshev_distance() method