Struct mech_math::atan2::MathAtan2VV
source · pub struct MathAtan2VV {
pub y_col: (ColumnV<F32>, usize, usize),
pub x_col: (ColumnV<F32>, usize, usize),
pub out: ColumnV<F32>,
}Fields§
§y_col: (ColumnV<F32>, usize, usize)§x_col: (ColumnV<F32>, usize, usize)§out: ColumnV<F32>