public class Ray_2
extends java.lang.Object
Constructor and Description |
---|
Ray_2() |
Ray_2(Point_2 p,
Vector_2 v) |
Ray_2(Segment_2 s) |
Modifier and Type | Method and Description |
---|---|
int |
dimension() |
Vector_2 |
direction() |
boolean |
equals(Ray_2 r) |
Point_2 |
source() |
java.lang.String |
toString() |
public Ray_2()
public Ray_2(Segment_2 s)