Class

vectory

RotatedRect

Related Doc: package vectory

Permalink

case class RotatedRect(pos: Vec2, size: Vec2, angle: Double) extends Rect with Product with Serializable

Annotations
@JSExport()
Linear Supertypes
Serializable, Serializable, Product, Equals, Rect, ConvexPolygon, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RotatedRect
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Rect
  7. ConvexPolygon
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RotatedRect(pos: Vec2, size: Vec2, angle: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val angle: Double

    Permalink
    Definition Classes
    RotatedRectRect
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val corners: Vector[Vec2]

    Permalink
    Definition Classes
    RotatedRectConvexPolygon
  8. lazy val edges: IndexedSeq[Line]

    Permalink
    Definition Classes
    ConvexPolygon
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def height: Double

    Permalink
    Definition Classes
    Rect
    Annotations
    @JSExport()
  13. def includes(l: Line): Boolean

    Permalink
    Definition Classes
    ConvexPolygon
    Annotations
    @JSExport()
  14. def includes(v: Vec2): Boolean

    Permalink
    Definition Classes
    ConvexPolygon
    Annotations
    @JSExport()
  15. def intersect(line: Line): Either[Boolean, Seq[Vec2]]

    Permalink
    Definition Classes
    ConvexPolygon
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isOverlapping(that: ConvexPolygon): Boolean

    Permalink
    Definition Classes
    RotatedRectConvexPolygon
  18. lazy val maxCorner: Vec2

    Permalink
    Definition Classes
    RotatedRectRect
  19. lazy val minCorner: Vec2

    Permalink
    Definition Classes
    RotatedRectRect
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val pos: Vec2

    Permalink
    Definition Classes
    RotatedRectRect
  24. val size: Vec2

    Permalink
    Definition Classes
    RotatedRectRect
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. lazy val toBottom: Vec2

    Permalink
  27. lazy val toRight: Vec2

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def width: Double

    Permalink
    Definition Classes
    Rect
    Annotations
    @JSExport()
  32. def x: Double

    Permalink
    Definition Classes
    Rect
    Annotations
    @JSExport()
  33. def y: Double

    Permalink
    Definition Classes
    Rect
    Annotations
    @JSExport()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Rect

Inherited from ConvexPolygon

Inherited from AnyRef

Inherited from Any

Ungrouped