Package com.otaliastudios.opengl.geometry

Types

IndexedPointF
Link copied to clipboard
common
class IndexedPointF(index: Int, x: Float, y: Float) : PointF
IndexedSegmentF
Link copied to clipboard
common
class IndexedSegmentF(i: Int, j: Int, ix: Float, iy: Float, jx: Float, jy: Float) : SegmentF
PointF
Link copied to clipboard
open class PointF
typealias PointF = PointF
RectF
Link copied to clipboard
open class RectF
typealias RectF = RectF
SegmentF
Link copied to clipboard
common
open class SegmentF(ix: Float, iy: Float, jx: Float, jy: Float)