mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 20:57:39 +02:00
Regressions fix for affine3d_frame_map()
This commit is contained in:
@@ -221,10 +221,10 @@ test_affine3d_chain();
|
|||||||
|
|
||||||
////////////////////////////
|
////////////////////////////
|
||||||
|
|
||||||
module test_affine_frame_map() {
|
module test_affine3d_frame_map() {
|
||||||
assert(approx(affine_frame_map(x=[1,1,0], y=[-1,1,0]), affine3d_zrot(45)));
|
assert(approx(affine3d_frame_map(x=[1,1,0], y=[-1,1,0]), affine3d_zrot(45)));
|
||||||
}
|
}
|
||||||
test_affine_frame_map();
|
test_affine3d_frame_map();
|
||||||
|
|
||||||
|
|
||||||
module test_apply() {
|
module test_apply() {
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,533];
|
BOSL_VERSION = [2,0,534];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user