Hi everyone!
Here's a simple example on how this object can be useful when making a (cartesian) coordinatesystem, with Linear Algebra.
The example lets the user input a K and M value, then 2 points get created (one at the lowest X position and one at the highest X position), which will be assign Y position depending on the function.
A line between the points will be created with the VectorialLine object.
Feel free to make any improvement.
-Thanks
/Coco