KCL: Helper functions to get a plane's X and Y axis

This commit is contained in:
Adam Chalmers
2025-07-01 13:56:16 -05:00
parent 7f9851ae28
commit 89d54d24d6
13 changed files with 185 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export import * from "std::transform"
export import "std::turns"
export import "std::sweep"
export import "std::appearance"
export import "std::planes"
/// An abstract 3d plane aligned with the X and Y axes. Its normal is the positive Z axis.
export XY = {