Simple geometric calculator which is used for dividing line segment in a given ratio based on two dimensional.
Dividing Line Segment in a Given Ratio based on Two Dimensional
Simple geometric calculator which is used for dividing line segment in a given ratio based on two dimensional.
Code to add this calci to your website
Just copy and paste the below code to your webpage where you want to display this calculator.
Formula:
x = (x1+(λx2)) / (1+λ)
y = (y1+(λy2)) / (1+λ)
Where,
x = Line Segment in x
y = Line Segment in y
x1,x2 = Line Segments in x direction
y1,y1 = Line Segments in y direction
λ = Ratio