This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import Dict, List, Tuple, | |
import struct | |
import numpy as np | |
import pyslm | |
import pyslm.geometry | |
from pyslm import hatching as hatching | |
from pyslm import geometry as slm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Copyright (c) 2023 Luke Parry <ukeparry.uk>. All rights reserved. l | |
This work is licensed under the terms of the MIT license. | |
For a copy, see <https://opensource.org/licenses/MIT>. | |
""" | |
from matplotlib import pyplot as plt | |
import numpy as np |