FastLED 3.9.3
Loading...
Searching...
No Matches
gen.Point Class Reference

Detailed Description

Definition at line 35 of file gen.py.

Public Member Functions

"Point" copy (self)
 
str __repr__ (self)
 

Static Public Member Functions

list[dict] toJson (list["Point"] points)
 

Public Attributes

 x
 
 y
 

Member Function Documentation

◆ __repr__()

str gen.Point.__repr__ ( self)

Definition at line 54 of file gen.py.

◆ copy()

"Point" gen.Point.copy ( self)

Definition at line 51 of file gen.py.

◆ toJson()

list[dict] gen.Point.toJson ( list["Point"] points)
static

Definition at line 40 of file gen.py.

Member Data Documentation

◆ x

gen.Point.x

Definition at line 52 of file gen.py.

◆ y

gen.Point.y

Definition at line 52 of file gen.py.


The documentation for this class was generated from the following file: