Package util.debug
Class DebugPrimitive
java.lang.Object
util.debug.DebugPrimitive
- Direct Known Subclasses:
DebugRect
A Primitive that consists of a bunch of lines.
These lines are rendered by the DebugRenderer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
lines
The lines making up this primitive
-
-
Constructor Details
-
DebugPrimitive
Create a primitive with the given lines- Parameters:
lines
- the lines making up the primitive
-
-
Method Details
-
getLines
Get the lines making up the primitive
-