A layer of 3D clouds. More...
#include <cloudfield.hxx>
Public Member Functions | |
bool | reposition (const SGVec3f &p, const SGVec3f &up, double lon, double lat, double dt, int asl) |
reposition the cloud layer at the specified origin and orientation. |
A layer of 3D clouds.
Definition at line 55 of file cloudfield.hxx.
bool SGCloudField::reposition | ( | const SGVec3f & | p, | |
const SGVec3f & | up, | |||
double | lon, | |||
double | lat, | |||
double | dt, | |||
int | asl | |||
) |
reposition the cloud layer at the specified origin and orientation.
p | position vector | |
up | the local up vector | |
lon | specifies a rotation about the Z axis | |
lat | specifies a rotation about the new Y axis | |
dt | the time elapsed since the last call | |
asl | altitude of the layer |
Definition at line 72 of file cloudfield.cxx.