org.jbox2d.collision
Class Segment

java.lang.Object
  extended by org.jbox2d.collision.Segment

public class Segment
extends java.lang.Object


Field Summary
 Vec2 p1
           
 Vec2 p2
           
 
Constructor Summary
Segment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p1

public Vec2 p1

p2

public Vec2 p2
Constructor Detail

Segment

public Segment()