Open Monkeymerlot opened 10 months ago
My suggested flow for the deviation part of the program would be the following: Calculate the x, y value for a point of the path. Calculate the line/vector perpendicular to the path at the point. Calculate the value of the deviation function at that point. Use the vector to break down the value of the deviation function into x, y values. Add the deviation values in x and y to the original location of the x, y point of the path.
@Sayanwita @ciozi137 As of the latest commit on develop, this is ready for you to implement the deviation VI.
The goal of this enhancement is to facilitate creating nanowires that deviate from a selected path in the x and y direction by a specified function. An mock-up of the goal is shown below, albeit with the deviation in only one of two dimensions.
To do this I believe the following will be needed:
During this update I'll also probably add abstract classes for the tooling section of the program in the background (probably in a disabled case of a disabled diagram structure) since we are already working in that area.