-snip- i need two point use div Point5 = div(Point1,Point2) #remove Scalar option i need two point use mul Point6 = mul(Point1,Point2) # remove Scalar option eny method Point1,Point2 use div and mul get therd point #mybadenglish read my top 2 link modify please.. -snip-
In order to add the division function, you can just use the same multiplication function with the inverse of the scalar. However you can not divide one point by another point, You can divide only point by a scalar.