mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Use rs angle used for RY
This commit is contained in:
parent
7e8d3efc92
commit
a855e67b1a
@ -166,7 +166,7 @@ namespace DS4Windows
|
||||
rsangle = (rsangle >= 0 ? rsangle : (2 * Math.PI + rsangle)) * 180 / Math.PI;
|
||||
RSAngle = rsangle;
|
||||
RXUnit = Math.Abs(Math.Cos(RSAngleRad));
|
||||
RYUnit = Math.Abs(Math.Sin(LSAngleRad));
|
||||
RYUnit = Math.Abs(Math.Sin(RSAngleRad));
|
||||
}
|
||||
|
||||
public void rotateLSCoordinates(double rotation)
|
||||
|
Loading…
Reference in New Issue
Block a user