Documentation of 'net.sf.drawj2d.cmd.statics.StatFequilibriumCmd' Java class
StatFequilibriumCmd
net.sf.drawj2d.cmd.statics

Class StatFequilibriumCmd

  • All Implemented Interfaces:
    Command


    public class StatFequilibriumCmd
    extends java.lang.Object
    implements Command
    StatFequilibriumCmd implements the "stat.fequi", which equilibrates a known force F by two other forces A and B, of which the azimuth are known. The command returns the force A. Equilibrium is defined F + A + B = 0, thus B is [--- "[XY $F] 0 0" $F $A] resp. [stat.equi $F $B] Kraftdreieck für das Kräftepolygon F+A+B=0: Bekannt sind F (effektiv genügt F.kraft), sowie die Richtungen von A und B [in Degrees]. Gesucht sind die Kraftkomponenten von A (und B). Die Funktion gibt die Kraft A zurück. B ergibt sich aus [--- "[XY $F] 0 0" $F $A] resp. [stat.equi $F $B]
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Thing cmdCode(Interp interp, Thing[] argv)
      The cmdCode method takes an interpreter and an array of Things, performs some calculations, and returns a Thing representing the computed value, or null.
      • Methods inherited from class java.lang.Object

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

      • StatFequilibriumCmd

        public StatFequilibriumCmd()
    • Method Detail

      • cmdCode

        public Thing cmdCode(Interp interp,
                             Thing[] argv)
                      throws HeclException
        Description copied from interface: Command
        The cmdCode method takes an interpreter and an array of Things, performs some calculations, and returns a Thing representing the computed value, or null.
        Specified by:
        cmdCode in interface Command
        Parameters:
        interp - an Interp value
        argv - a Thing[] value
        Returns:
        A Thing representing the computed value, or null.
        Throws:
        HeclException - if an error occurs

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.