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