Function kln_point_init

Source
pub unsafe extern "C" fn kln_point_init(
    point: *mut kln_point,
    x: f32,
    y: f32,
    z: f32,
)
Expand description

Initialize a given point to the quantity $\mathbf{e}{123} + x\mathbf{e}{023} +
y\mathbf{e}{031} + z\mathbf{e}{012}$.