|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbackend.spheremodel.SphereIntrModel
backend.spheremodel.CircleIntersectionBase
backend.spheremodel.SphereCircLineIntrModel
public class SphereCircLineIntrModel
SphereCircLineIntrModel handles the intersection of a SphereCircleModel and a SphereLineModel.
| Constructor Summary | |
|---|---|
SphereCircLineIntrModel(SphereCircleModel circ1,
SphereLineModel line1,
SpherePointIntrModel point1,
SpherePointIntrModel point2,
SphereModel myModel)
SphereCircLineIntrModel file reading constructor. |
|
SphereCircLineIntrModel(SphereCircleModel circ,
SphereLineModel line,
SphereWorldModel theWorld)
SphereCircLineIntrModel sort of default constructor. |
|
SphereCircLineIntrModel(SphereLineModel line1,
SphereCircleModel circ1,
SpherePointIntrModel point1,
SpherePointIntrModel point2,
SphereModel myModel)
SphereCircLineIntrModel file reading constructor. |
|
SphereCircLineIntrModel(SphereLineModel line,
SphereCircleModel circ,
SphereWorldModel theWorld)
SphereCircLineIntrModel default constructor |
|
| Method Summary |
|---|
| Methods inherited from class backend.spheremodel.CircleIntersectionBase |
|---|
update |
| Methods inherited from class backend.spheremodel.SphereIntrModel |
|---|
equals, getFirstPoint, getFirstPointBase, getSecondPoint, getSecondPointBase |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SphereCircLineIntrModel(SphereLineModel line,
SphereCircleModel circ,
SphereWorldModel theWorld)
line - is the SphereLineModel to check for
intersectionscirc - is the SphereCircleModel to check for intersectiontheWorld - is the SphereWorldModel this SphereCircLineIntrModel
will be part of
public SphereCircLineIntrModel(SphereCircleModel circ,
SphereLineModel line,
SphereWorldModel theWorld)
circ - is the SphereCircleModel to check for intersectionline - is the SphereLineModel to check for
intersectionstheWorld - is the SphereWorldModel this SphereCircLineIntrModel
will be part of
public SphereCircLineIntrModel(SphereCircleModel circ1,
SphereLineModel line1,
SpherePointIntrModel point1,
SpherePointIntrModel point2,
SphereModel myModel)
circ1 - is the SphereCircleModel part of the intersectionline1 - is the SphereLineModel part of the intersectionpoint1 - is the first intersection pointpoint2 - is the second intersection pointmyModel - is the SphereModel that this is part of
public SphereCircLineIntrModel(SphereLineModel line1,
SphereCircleModel circ1,
SpherePointIntrModel point1,
SpherePointIntrModel point2,
SphereModel myModel)
circ1 - is the SphereCircleModel part of the intersectionline1 - is the SphereLineModel part of the intersectionpoint1 - is the first intersection pointpoint2 - is the second intersection pointmyModel - is the SphereModel that this is part of
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||