graphyx.graphics

trait GraphicalShape

[source: graphyx/graphics/GraphicalShape.scala]

trait GraphicalShape
extends Shape with GraphicalObject
Direct Known Subclasses:
GraphicalCircle, GraphicalRectangle, GraphicalRegularPolygon

Value Summary
abstract val real : Shape
Pointer to real object.
override val uid : Int
Einzigartige Identifikationsnummer.
Values and Variables inherited from Drawable
g, ppm, scale, windowHeight
Values and Variables inherited from Shape
density (abstract), volume (abstract), I (abstract), collidable, restitution, friction, pos, rotation, rotation0, refLocalPos, body, transientShapes
Methods inherited from Drawable
correctY, drawLine, fillPolygon, drawPolygon, fillCircle, drawCircle, drawPoint, drawVector
Methods inherited from Shape
AABB (abstract), project (abstract), contains (abstract), mass, asBody, ^, ^
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Methods inherited from GraphicalObject
draw (abstract)
Value Details
abstract val real : Shape
Pointer to real object.
Overrides
GraphicalObject.real

override val uid : Int
Einzigartige Identifikationsnummer.
Overrides
Shape.uid