Module swim.math
Package swim.math

Interface Shape

All Known Implementing Classes:
R2Box, R2Circle, R2Point, R2Shape, R3Box, R3Point, R3Shape, R3Sphere, Z2Box, Z2Point, Z2Shape, Z3Box, Z3Point, Z3Shape

public interface Shape
  • Method Details

    • contains

      boolean contains(Shape shape)
    • intersects

      boolean intersects(Shape shape)
    • toValue

      Value toValue()