mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
rename
This commit is contained in:
parent
9b2bf9e19b
commit
e2bf9f36b0
@ -27,8 +27,8 @@ function _rotx(pt, a) =
|
|||||||
let(cosa = cos(a), sina = sin(a))
|
let(cosa = cos(a), sina = sin(a))
|
||||||
[
|
[
|
||||||
pt.x,
|
pt.x,
|
||||||
pt.y * cosa - pt[2] * sina,
|
pt.y * cosa - pt.z * sina,
|
||||||
pt.y * sina + pt[2] * cosa
|
pt.y * sina + pt.z * cosa
|
||||||
];
|
];
|
||||||
|
|
||||||
function _roty(pt, a) =
|
function _roty(pt, a) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user