Skip to main content

VlFloatVector3ComparisonFunction

Type Alias VlFloatVector3ComparisonFunction 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64, *const f32, *const f32, *const f32) -> f32)

Some value of type T.