rotate
FV = rotate(FV::GMTfv, a=Float64[]; rx=0.0, ry=0.0, rz=0.0) -> GMTfv
Rotate the FacesVertices FV by the Euler angles (in degrees) rx, ry and rz.
The insitu version rotate!() does it in-place. Note: We set the bfculling value to false because after rotations surfaces are not guaranteed to be CCW.
Args
FV::GMTfv: FacesVertices objecta=[rx, ry, rz]: Euler angles (in degrees) about the x, y and z axes.
Kwargs
rx, ry, rz: Alternative toa, provide one to three of those Euler angles.
Source Code
This function has multiple methods:
rotate(FV::GMTfv, a; rx, ry, rz, insitu)- grd_operations.jl:470rotate(FV::GMTfv; ...)- grd_operations.jl:470