INNER CODE UNIT · Python

Points

fury-gl/fury · fury/actor/core.py:156

class Points(gfx.Points, Actor):
    """Points actor class."""


class LineActor(gfx.Line, Actor):
    """Line actor class."""


Line = LineActor


class TextActor(gfx.Text, Actor):
    """Text actor class."""


Text = TextActor

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…