|
| __init__ (self) |
|
| __init__ (self, vec3 Orig, vec3 Axis, float Angle) |
|
rotation | Set (self, vec3 Orig, vec3 Axis, float Angle) |
|
vec3 | GetOrig (self) |
|
vec3 | GetAxis (self) |
|
float | GetAngle (self) |
|
| SetOrig (self, vec3 Orig) |
|
| SetAxis (self, vec3 Axis) |
|
| SetAngle (self, float Angle) |
|
| ReCalcMatrix (self) |
|
rotation | __neg__ (self) |
|
rotation | __imul__ (self, float s) |
|
rotation | __itruediv__ (self, float s) |
|
rotation | __mul__ (self, float s) |
|
rotation | __truediv__ (self, float s) |
|
rotation | Normalize180 (self) |
|
rotation | Normalize360 (self) |
|
angles | ToAngles (self) |
|
quat | ToQuat (self) |
|
mat3 | ToMat3 (self) |
|
mat4 | ToMat4 (self) |
|
vec3 | ToAngularVelocity (self) |
|
◆ __init__() [1/2]
coat.rotation.__init__ |
( |
| self | ) |
|
◆ __init__() [2/2]
coat.rotation.__init__ |
( |
| self, |
|
|
vec3 | Orig, |
|
|
vec3 | Axis, |
|
|
float | Angle ) |
◆ __imul__()
rotation coat.rotation.__imul__ |
( |
| self, |
|
|
float | s ) |
◆ __itruediv__()
rotation coat.rotation.__itruediv__ |
( |
| self, |
|
|
float | s ) |
◆ __mul__()
rotation coat.rotation.__mul__ |
( |
| self, |
|
|
float | s ) |
◆ __neg__()
◆ __truediv__()
rotation coat.rotation.__truediv__ |
( |
| self, |
|
|
float | s ) |
◆ GetAngle()
float coat.rotation.GetAngle |
( |
| self | ) |
|
◆ GetAxis()
vec3 coat.rotation.GetAxis |
( |
| self | ) |
|
◆ GetOrig()
vec3 coat.rotation.GetOrig |
( |
| self | ) |
|
◆ Normalize180()
rotation coat.rotation.Normalize180 |
( |
| self | ) |
|
◆ Normalize360()
rotation coat.rotation.Normalize360 |
( |
| self | ) |
|
◆ ReCalcMatrix()
coat.rotation.ReCalcMatrix |
( |
| self | ) |
|
◆ Set()
◆ SetAngle()
coat.rotation.SetAngle |
( |
| self, |
|
|
float | Angle ) |
◆ SetAxis()
coat.rotation.SetAxis |
( |
| self, |
|
|
vec3 | Axis ) |
◆ SetOrig()
coat.rotation.SetOrig |
( |
| self, |
|
|
vec3 | Orig ) |
◆ ToAngles()
angles coat.rotation.ToAngles |
( |
| self | ) |
|
◆ ToAngularVelocity()
vec3 coat.rotation.ToAngularVelocity |
( |
| self | ) |
|
◆ ToMat3()
mat3 coat.rotation.ToMat3 |
( |
| self | ) |
|
◆ ToMat4()
mat4 coat.rotation.ToMat4 |
( |
| self | ) |
|
◆ ToQuat()
quat coat.rotation.ToQuat |
( |
| self | ) |
|
The documentation for this class was generated from the following file: