Wiki

Clone wiki

Love2D Light and Shadow Engine / getPoints

Object

Body

Abstract

x1, x2, ... = polygon.getPoints()

Arguments

  • none

Return

  • float x1
  • float y1
  • ...

Description

Get the point positions of the polygon.

Updated