Search:

Type: Posts; User: copeg

Search: Search took 0.31 seconds.

  1. Thread: qustion

    by copeg
    Replies
    4
    Views
    2,079

    Re: qustion

    For what its worth, despite being a partial pixel, floating points graphics become quite useful when you need to do more complex drawing such as transforms, bezier curves, etc...
  2. Thread: qustion

    by copeg
    Replies
    4
    Views
    2,079

    Re: qustion

    Look at the Line2D (Java Platform SE 6) class. It is abstract, but you can retrieve an instance through one of the Line2D.Float or Line2D.Double child classes. They implement the Shape interface, so...
Results 1 to 2 of 2