Class newUnitVector

    • Constructor Summary

      Constructors 
      Constructor Description
      newUnitVector()  
    • 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 newUnitVector(double...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, double... axesVararg)
      Implement newUnitVector(GeomPoint origin, double...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, Parameter... axesVararg)
      Implement newUnitVector(GeomPoint origin, Parameter...
      static Vector invoke​(bsh.Interpreter env, bsh.CallStack callstack, Parameter... axesVararg)
      Implement newUnitVector(Parameter...
      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 newUnitVector(double... axesVararg) command.
      • invoke

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

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

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