PointInsideStats

data class PointInsideStats(var found: Boolean = false, var iterations: Int = 0, var iterations2: Int = 0, var total: Int = 0)

Constructors

Link copied to clipboard
constructor(found: Boolean = false, iterations: Int = 0, iterations2: Int = 0, total: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var total: Int