diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 311ebfee..a3a4f2cc 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -1,5 +1,5 @@ name: Documentation Generation -on: [push, pull_request] +on: [push] jobs: Doxygen: runs-on: ubuntu-latest diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index 5141ad25..72897813 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -1,5 +1,5 @@ name: Unit Testing -on: [push, pull_request] +on: [push] jobs: Debian: runs-on: ubuntu-latest diff --git a/docs/d3/dfa/classce_1_1Transform.html b/docs/d3/dfa/classce_1_1Transform.html index 9e0c8a53..d8f12ee5 100644 --- a/docs/d3/dfa/classce_1_1Transform.html +++ b/docs/d3/dfa/classce_1_1Transform.html @@ -97,77 +97,112 @@
Static Public Member Functions | |
static glm::vec3 | GetGlobalUp () |
Get a Vector globally pointing Upwards Global Up. More... | |
Construct a new Transform object.
+ @@ -206,6 +243,8 @@Destroy the Transform object.
+Get transform's Forward vector.
+useYaw | |
usePitch | |
useRoll |
Get a Vector globally pointing Upwards Global Up.
+Get the Trasnform Matrix.
+Get the Parent Tranform object.
+Get the Pitch of the transform.
+Get the Position of the transform.
+Get transform's Right vector.
+useYaw | |
usePitch | |
useRoll |
Get the Roll of the transform.
+Get the Rotation of the transform.
+Get the Scale of the transform.
+Get transform's Up vector.
+useYaw | |
usePitch | |
useRoll |
Get the Yaw of the transform.
+Rotate the transform's pitch.
+delta |
Rotate the transform's Roll.
+delta |
Rotate the transform by an amount.
+x | Pitch |
y | Yaw |
z | Roll |
Rotate the transform by an amount.
+delta |
Evenly scale the transform.
+a |
Scale the transform by X,Y,Z.
+x | |
y | |
z |
Scale the transform via x,y,z.
+delta |
Set the Parent Transform object.
+parent |
Set the Pitch of the transfomr.
+pitch |
Set the Position of the transform.
+x | New X position |
y | New Y position |
z | New Z position |
Set the Position of the transform.
+pos | New Position |
Set the Roll of the transform.
+roll |
Set the Rotation of the transform.
+x | Pitch |
y | Yaw |
z | Roll |
Set the Rotation of the transform.
+rot |
Evenly set the Scale of the transform.
+a | Scale amount |
Set the Scale object via X,Y,Z.
+x | |
y | |
z |
Set the Scale of the transform.
+scale |
Set the Yaw of the transform.
+yaw |
Translate or move the transform by and X,Y,Z amount.
+x | X delta |
y | Y delta |
z | Z delta |
Translate (or move) the transform.
+delta | the amount to move by |
Rotate the transform's Yaw.
+delta |
Construct a new Time object.
+ @@ -171,6 +179,9 @@Get the Delta Time.
+Get the FPS.
+Calculates the FPS and DeltaTime.
+dt | weather to calculate the DeltaTime |
fps | weather to calculate the FPS |
Updates the FPS and DeltaTime and makes a GameTick.
+dt | weather to calculate the DeltaTime |
fps | weather to calculate the FPS |
Wait until delta reches a certain values.
+dt | value to wait for |