indigo.shared.geometry

Members list

Type members

Classlikes

object Bezier

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Bezier.type
object BezierMath

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
BezierMath.type
final case class BoundingBox(position: Vertex, size: Vertex)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BoundingBox

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BoundingCircle(position: Vertex, radius: Double)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class One
class Two
object Zero

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Line

Defines a line in terms of y = mx + b

Defines a line in terms of y = mx + b

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Line

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Line.type
sealed trait LineIntersectionResult

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LineSegment(start: Vertex, end: Vertex)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LineSegment

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Polygon

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Closed
class Open
object Polygon

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Polygon.type
final case class ReflectionData(at: Vertex, normal: Vector2, incident: Vector2, reflected: Vector2)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Vertex(x: Double, y: Double)

A Vertex is another co-ordinate-like type that specifically represents a point on a graph.

A Vertex is another co-ordinate-like type that specifically represents a point on a graph.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Vertex

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Vertex.type

Types

opaque type Bezier