indigo-extras
indigo-extras
indigoextras.datatypes
DecreaseTo
DecreaseWrapAt
DecreaseWrapAt
Decreasing
IncreaseTo
IncreaseWrapAt
IncreaseWrapAt
Increasing
TimeVaryingValue
UpdateList
UpdateList
UpdatePattern
UpdatePattern
Batch
Batch
Constant
Every
Every
Interleave
Interleave
indigoextras.effectmaterials
Border
Border
Glow
Glow
LegacyEffects
LegacyEffects
Refraction
RefractionBlend
RefractionEntity
RefractionEntity
Thickness
Thickness
indigoextras.geometry
Bezier
BezierMath
BoundingBox
BoundingBox
BoundingCircle
BoundingCircle
BoundingCircleLineIntersect
BoundingCircleLineIntersect
One
Two
Zero
Line
Line
Components
InvalidLine
ParallelToAxisY
LineIntersectionResult
LineIntersectionResult
IntersectionVertex
NoIntersection
LineSegment
LineSegment
Polygon
Polygon
Closed
Closed
Open
Open
Vertex
Vertex
indigoextras.jobs
Job
JobMarket
JobMarket
JobMarketEvent
JobMarketEvent
Allocate
Find
NothingFound
Post
JobName
WorkContext
WorkProgressReport
WorkSchedule
WorkSchedule
Worker
Worker
indigoextras.pathfinding
Coords
Coords
GridSquare
GridSquare
EmptySquare
EndSquare
ImpassableSquare
StartSquare
SearchGrid
SearchGrid
indigoextras.shaders
ExtrasShaderLibrary
indigoextras.subsystems
AssetBundle
AssetBundleLoader
AssetBundleLoaderEvent
AssetBundleLoaderEvent
Failure
Load
LoadProgress
Retry
Started
Success
AssetBundleStatus
AssetBundleStatus
LoadComplete
LoadFailed
LoadInProgress
AssetBundleTracker
AssetBundleTracker
AssetToLoad
Automata
Automata
AutomataEvent
AutomataEvent
KillAll
Spawn
Spawn
Update
AutomataPoolKey
AutomataState
Automaton
Automaton
AutomatonNode
AutomatonNode
Cycle
Cycle
Fixed
OneOf
OneOf
AutomatonPayload
AutomatonSeedValues
AutomatonUpdate
AutomatonUpdate
FPSCounter
FPSCounter
Move
FPSCounterState
FPSCounterState
SpawnedAutomaton
indigoextras.trees
QuadTree
QuadTree
QuadBranch
QuadBranch
QuadEmpty
QuadLeaf
indigoextras.ui
Button
Button
ButtonAssets
ButtonState
ButtonState
Down
Over
Up
HitArea
HitArea
InputField
InputField
InputFieldAssets
InputFieldChange
RadioButton
RadioButton
RadioButtonGroup
RadioButtonGroup
RadioButtonState
RadioButtonState
Hover
Normal
Selected
indigo-extras
/
indigoextras.geometry
/
BoundingCircle
BoundingCircle
final case
class
BoundingCircle
(
position:
Vertex
,
radius:
Double
)
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
*
(
d:
Double
):
BoundingCircle
def
+
(
d:
Double
):
BoundingCircle
def
-
(
d:
Double
):
BoundingCircle
def
/
(
d:
Double
):
BoundingCircle
def
contains
(
vertex:
Vertex
):
Boolean
def
contains
(
x:
Double
,
y:
Double
):
Boolean
def
contains
(
vector:
Vector2
):
Boolean
def
distanceToBoundary
(
vertex:
Vertex
):
Double
def
distanceToBoundary
(
vector:
Vector2
):
Double
def
encompasses
(
other:
BoundingCircle
):
Boolean
def
expandToInclude
(
other:
BoundingCircle
):
BoundingCircle
def
lineIntersects
(
line:
LineSegment
):
Boolean
def
lineIntersectsAt
(
line:
LineSegment
):
BoundingCircleLineIntersect
def
moveBy
(
amount:
Vertex
):
BoundingCircle
def
moveBy
(
x:
Double
,
y:
Double
):
BoundingCircle
def
moveBy
(
amount:
Vector2
):
BoundingCircle
def
moveTo
(
newPosition:
Vertex
):
BoundingCircle
def
moveTo
(
x:
Double
,
y:
Double
):
BoundingCircle
def
moveTo
(
newPosition:
Vector2
):
BoundingCircle
def
overlaps
(
other:
BoundingCircle
):
Boolean
def
resize
(
newRadius:
Double
):
BoundingCircle
def
sdf
(
vertex:
Vertex
):
Double
def
sdf
(
vector:
Vector2
):
Double
def
toBoundingBox
:
BoundingBox
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
lazy
val
bottom
:
Double
lazy
val
diameter
:
Double
lazy
val
left
:
Double
lazy
val
right
:
Double
lazy
val
top
:
Double
lazy
val
x
:
Double
lazy
val
y
:
Double