Uses of Class
Jcg.geometry.RationalPoint_2
Packages that use RationalPoint_2
-
Uses of RationalPoint_2 in Jcg.geometry
Methods in Jcg.geometry that return RationalPoint_2Modifier and TypeMethodDescriptionstatic RationalPoint_2RationalPoint_2.linearCombination(RationalPoint_2[] points, Number[] coefficients) Return a new rational point defined by the linear combination of the input points, with respect to the given input coefficientsMethods in Jcg.geometry with parameters of type RationalPoint_2Modifier and TypeMethodDescriptiondoubleRationalPoint_2.distanceFrom(RationalPoint_2 p) static RationalPoint_2RationalPoint_2.linearCombination(RationalPoint_2[] points, Number[] coefficients) Return a new rational point defined by the linear combination of the input points, with respect to the given input coefficientsConstructors in Jcg.geometry with parameters of type RationalPoint_2ModifierConstructorDescriptionMake a copy of the input point p
Warning: p must be a Rational_2 point