Uses of Class
org.openjump.core.geomutils.MathVector
-
Packages that use MathVector Package Description org.openjump.core.geomutils -
-
Uses of MathVector in org.openjump.core.geomutils
Methods in org.openjump.core.geomutils that return MathVector Modifier and Type Method Description MathVectorMathVector. add(MathVector vector)MathVectorMathVector. rotateDeg(double angle)MathVectorMathVector. rotateRad(double angle)MathVectorMathVector. scale(double number)MathVectorMathVector. unit()MathVectorMathVector. vectorBetween(MathVector vector)Methods in org.openjump.core.geomutils with parameters of type MathVector Modifier and Type Method Description MathVectorMathVector. add(MathVector vector)doubleMathVector. angleDeg(MathVector vector)doubleMathVector. angleRad(MathVector vector)doubleMathVector. distance(MathVector vector)doubleMathVector. dot(MathVector vector)MathVectorMathVector. vectorBetween(MathVector vector)
-