11 void rotate(
float x,
float y,
float z,
float* tr)
const;
12 void rotate(
float* r,
float* tr)
const;
21 void origin(
float x,
float y,
float z);
22 void offset(
float x,
float y);
24 void x_axis(
float& x,
float& y)
const;
25 void y_axis(
float& x,
float& y)
const;
26 void z_axis(
float& x,
float& y)
const;
void y_axis(float &x, float &y) const
void offset(float x, float y)
void origin(float x, float y, float z)
void x_axis(float &x, float &y) const
void z_axis(float &x, float &y) const
void rotate_z(float radians)
void inverse_rotate(float *tr, float *r) const
void radians(const double degrees, double *radians)
void rotate(float x, float y, float z, float *tr) const
void rotate_x(float radians)
void post_multiply(Rotation3d &)
void rotate_y(float radians)