Package | Description |
---|---|
org.josef.science.math.geometry |
Contains classes related to (Euclidian) geometry.
|
Modifier and Type | Method and Description |
---|---|
CPoint |
CLine.getFromPoint()
Gets the first CPoint of this CLine.
|
CPoint |
CTriangle.getPointA()
Gets the pointA of this CTriangle.
|
CPoint |
CTriangle.getPointB()
Gets the pointB of this CTriangle.
|
CPoint |
CTriangle.getPointC()
Gets the pointC of this CTriangle.
|
CPoint |
CLine.getToPoint()
Gets the second CPoint of this CLine.
|
Constructor and Description |
---|
CLine(CPoint fromPoint,
CPoint toPoint)
Creates this CLine from the supplied
CPoints . |
CTriangle(CPoint pointA,
CPoint pointB,
CPoint pointC)
Creates this triangle from the supplied points.
|
Copyright © 2008–2018. All rights reserved.