Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
(ValueTypes) degree.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6namespace ScriptValueTypes {
7
19struct degree
20{
21public:
22
26 degree(float);
27 degree(const degree &in);
29
32 degree &opAssign(const degree &in)
33 degree &opAssign(const float)
34 degree &opAssign(const degree &in)
35 degree opAdd() const
36 degree opAdd(const degree &in) const
37 degree opAdd(const degree &in) const
38 degree &opAddAssign(const degree &in)
39 degree &opAddAssign(const degree &in)
40 degree opSub() const
41 degree opSub(const degree &in) const
42 degree opSub(const degree &in) const
43 degree &opSubAssign(const degree &in)
44 degree &opSubAssign(const degree &in)
45 degree opMul(float) const
46 degree opMul(const degree &in) const
47 degree &opMulAssign(float)
48 degree opDiv(float) const
49 degree &opDivAssign(float)
50 int opCmp(const degree &in) const
51 bool opEquals(const degree &in) const
53
56 float valueDegrees() const;
57 float valuedegrees() const;
58 float valueAngleUnits() const;
60}
61
64
65} //namespace ScriptValueTypes
66
quaternion opSub() const
quaternion opMul(const vector &in) const
quaternion & opAssign(const quaternion &in)
quaternion opAdd(const quaternion &in) const
bool opEquals(const quaternion &in) const
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Binding of Ogre::Degree.
float valuedegrees() const
float valueAngleUnits() const
degree(const degree &in)