mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Format another test file
This commit is contained in:
parent
b1ee221555
commit
2b222d8e2a
1 changed files with 6 additions and 4 deletions
|
@ -127,15 +127,17 @@ assertEq(
|
||||||
|
|
||||||
-- Angles
|
-- Angles
|
||||||
|
|
||||||
|
-- stylua: ignore start
|
||||||
assertEq(
|
assertEq(
|
||||||
CFrame.Angles(math.pi/2, math.pi/4, math.pi/4),
|
CFrame.Angles(math.pi / 2, math.pi / 4, math.pi / 4),
|
||||||
CFrame.new(
|
CFrame.new(
|
||||||
0, 0, 0,
|
0, 0, 0,
|
||||||
0.49999997, -0.49999997, 0.707106769,
|
0.49999997, -0.49999997, 0.707106769,
|
||||||
0.49999994, -0.5, -0.707106769,
|
0.49999994, -0.5, -0.707106769,
|
||||||
0.707106769, 0.707106769, 0
|
0.707106769, 0.707106769, 0
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
-- stylua: ignore end
|
||||||
|
|
||||||
-- TODO: More methods
|
-- TODO: More methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue