Module swim.math
Package swim.math

Class VectorRN

  • All Implemented Interfaces:
    swim.codec.Debug

    public class VectorRN
    extends Object
    implements swim.codec.Debug
    • Constructor Detail

      • VectorRN

        public VectorRN​(double... array)
    • Method Detail

      • dimension

        public final int dimension()
      • get

        public final double get​(int i)
      • opposite

        public final VectorRN opposite()
      • times

        public final VectorRN times​(double scalar)
      • toValue

        public swim.structure.Value toValue()
      • canEqual

        protected boolean canEqual​(VectorRN that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(swim.codec.Output<?> output)
        Specified by:
        debug in interface swim.codec.Debug
      • of

        public static VectorRN of​(double... array)