Module swim.math
Package swim.math

Class Z3Vector

java.lang.Object
swim.math.Z3Vector
All Implemented Interfaces:
Debug

public class Z3Vector extends Object implements Debug
  • Field Details

    • x

      public final long x
    • y

      public final long y
    • z

      public final long z
  • Constructor Details

    • Z3Vector

      public Z3Vector(long x, long y, long z)
  • Method Details