Method | Description |
---|---|
![]() |
Default constructor. Constructs a ray whose start point is (0,0) and whose direction is (1,0) (that is, the positive X... more |
![]() |
Default constructor. Constructs a ray whose start point is (0,0) and whose direction is (1,0) (that is, the positive X... more |
![]() |
Constructs a ray whose start point is point1 and passes through point2. point1 must be different from point2.... more |
![]() |
Constructs a ray whose start point is point and whose direction is vector. vector must not be a zero-length... more |