korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.trapezoid
/
FTrapezoidsInt
/
PointInsideStats
Point
Inside
Stats
data
class
PointInsideStats
(
var
found
:
Boolean
=
false
,
var
iterations
:
Int
=
0
,
var
iterations2
:
Int
=
0
,
var
total
:
Int
=
0
)
Members
Constructors
Point
Inside
Stats
Link copied to clipboard
constructor
(
found
:
Boolean
=
false
,
iterations
:
Int
=
0
,
iterations2
:
Int
=
0
,
total
:
Int
=
0
)
Properties
found
Link copied to clipboard
var
found
:
Boolean
iterations
Link copied to clipboard
var
iterations
:
Int
iterations2
Link copied to clipboard
var
iterations2
:
Int
total
Link copied to clipboard
var
total
:
Int