i have two vectors that i use to render line. i am trying to get two points on the line that is 10% of the length distant from the end and beginning so actually i would render two lines that are part of the big line, check out the attachment
Lerp performs a linear interpolation between 2 values based on a percentage. (read up on the various permutations of Lerp/Slerp in the docs for specifics and differences of datatypes such as Lerp’ing a color variable)