pub type VlFloatVector3ComparisonFunction = Option<unsafe extern "C" fn(dimension: vl_size, X: *const f32, Y: *const f32, Z: *const f32) -> f32>;Expand description
@typedef VlFloatVector3ComparisonFunction
- @brief Pointer to a function to compare 3 vectors of doubles
Aliased Type§
pub enum VlFloatVector3ComparisonFunction {
None,
Some(unsafe extern "C" fn(u64, *const f32, *const f32, *const f32) -> f32),
}