Class newVector


  • public class newVector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      newVector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, double... axesVararg)
      Implement newVector(double...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, double x, double y, double z, double w, javax.measure.unit.Unit unit)
      Implement newVector(double x, double y, double z, double w, Unit unit) command.
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, double x, double y, double z, javax.measure.unit.Unit unit)
      Implement newVector(double x, double y, double z, Unit unit) command.
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, double x, double y, javax.measure.unit.Unit unit)
      Implement newVector(double x, double y, Unit unit) command.
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, double x, javax.measure.unit.Unit unit)
      Implement newVector(double x, Unit unit) command.
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, double... axesVararg)
      Implement newVector(GeomPoint origin, double...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, Parameter... axesVararg)
      Implement newVector(GeomPoint origin, Parameter...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, javax.measure.unit.Unit unit, double... axesVararg)
      Implement newVector(GeomPoint origin, Unit unit, double...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, Parameter... axesVararg)
      Implement newVector(Parameter...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, javax.measure.unit.Unit unit, double... axesVararg)
      Implement newVector(Unit unit, double...
      static java.lang.String usage()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • usage

        public static java.lang.String usage()
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    double... axesVararg)
        Implement newVector(double... axesVararg) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    javax.measure.unit.Unit unit,
                                    double... axesVararg)
        Implement newVector(Unit unit, double... axesVararg) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    GeomPoint origin,
                                    double... axesVararg)
        Implement newVector(GeomPoint origin, double... axesVararg) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    GeomPoint origin,
                                    javax.measure.unit.Unit unit,
                                    double... axesVararg)
        Implement newVector(GeomPoint origin, Unit unit, double... axesVararg) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    double x,
                                    javax.measure.unit.Unit unit)
        Implement newVector(double x, Unit unit) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    double x,
                                    double y,
                                    javax.measure.unit.Unit unit)
        Implement newVector(double x, double y, Unit unit) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    double x,
                                    double y,
                                    double z,
                                    javax.measure.unit.Unit unit)
        Implement newVector(double x, double y, double z, Unit unit) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    double x,
                                    double y,
                                    double z,
                                    double w,
                                    javax.measure.unit.Unit unit)
        Implement newVector(double x, double y, double z, double w, Unit unit) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    Parameter... axesVararg)
        Implement newVector(Parameter... axesVararg) command.
      • invoke

        public static Vector invoke​(bsh.Interpreter env,
                                    bsh.CallStack callstack,
                                    GeomPoint origin,
                                    Parameter... axesVararg)
        Implement newVector(GeomPoint origin, Parameter... axesVararg) command.