Class newUnitVector
- java.lang.Object
-
- geomss.app.GeomSSCommands.creators.newUnitVector
-
public class newUnitVector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description newUnitVector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Vectorinvoke(bsh.Interpreter env, bsh.CallStack callstack, double... axesVararg)Implement newUnitVector(double...static Vectorinvoke(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, double... axesVararg)Implement newUnitVector(GeomPoint origin, double...static Vectorinvoke(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint origin, Parameter... axesVararg)Implement newUnitVector(GeomPoint origin, Parameter...static Vectorinvoke(bsh.Interpreter env, bsh.CallStack callstack, Parameter... axesVararg)Implement newUnitVector(Parameter...static java.lang.Stringusage()
-
-
-
Constructor Detail
-
newUnitVector
public newUnitVector()
-
-
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.
-
-