[−][src]Function gmsh_sys::gmshModelGeoRotate
pub unsafe extern "C" fn gmshModelGeoRotate(
dimTags: *mut c_int,
dimTags_n: usize,
x: f64,
y: f64,
z: f64,
ax: f64,
ay: f64,
az: f64,
angle: f64,
ierr: *mut c_int
)
Rotate the model entities dimTags
of angle
radians around the axis of
revolution defined by the point (x
, y
, z
) and the direction (ax
,
ay
, az
).