forked from kscience/kmath
Merge remote-tracking branch 'space/dev' into dev
This commit is contained in:
commit
c653052d8c
@ -10,7 +10,7 @@ import kotlin.math.PI
|
||||
/**
|
||||
* A circle in 2D space
|
||||
*/
|
||||
public class Circle2D(
|
||||
public data class Circle2D(
|
||||
public val center: DoubleVector2D,
|
||||
public val radius: Double
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user