Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • IntersectionDto

Index

Constructors

Properties

Constructors

constructor

  • new IntersectionDto<T>(shapes?: T[], keepEdges?: boolean): IntersectionDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional keepEdges: boolean

    Returns IntersectionDto<T>

Properties

keepEdges

keepEdges: boolean

Keep the edges

default

false

shapes

shapes: T[]

Shapes to intersect

default

undefined

Generated using TypeDoc