Stadium2d
Table of contents
Public class
Signature
class Stadium2d extends Ellipse2d {}
References
Source
packages/editor/src/lib/primitives/geometry/Stadium2d.ts
Constructor
Public constructor
Constructs a new instance of the Stadium2d
class
Parameters
Name | Description |
---|---|
|
|
Properties
config
Public property
Signature
config: Omit<Geometry2dOptions, 'isClosed'> & {
width: number
height: number
}
Methods
getVertices()
Public method
Signature
getVertices(): Vec[]
References