Polygon¶
Qualified name: algan.mobs.shapes\_2d.Polygon
- class Polygon(vertex_locations, *args, **kwargs)[source]¶
Bases:
BezierCircuitCubic
A 2-D planar polygon with N vertices.
- Parameters:
vertex_locations (torch.Tensor[N, 3]) – 3-D coordinates for each of the N vertex points.
*args – Passed to
BezierCircuitCubic
**kwargs – Passed to
BezierCircuitCubic
Methods
get_default_color
Attributes
animation_manager
basis
The flattened 3x3 matrix representing the Mob's orientation and scale.
color
glow
location
The 3-D location of the Mob in world space.
max_opacity
normalized_basis
The Mob's basis matrix with all its row vectors normalized to unit length.
opacity
scale_coefficient
The scaling factor of the Mob along its local axes, derived from the basis.