figureone
    Preparing search index...

    Interface OBJ_PolygonPoints

    • center TypeParsablePoint — center position of the polygon
    • radius number — distance from center to polygon corner (1)
    • sides number — number of polygon sides (4)
    • rotation number — rotation offset for first polygon corner (0)
    • direction 1 | -1 — angular direction of corners - 1 is CCW in the XY plane (1) ([0,, 0, 0])
    • tris 2 | 3 — if defined, return an array of numbers representing the interlaced x/y/z components of points that define triangles that can draw the polygon. 2 returns just x/y components and 3 returns x/y/z components.
    • transform Type3DMatrix | TypeParsableTransform — transform to apply to polygon

    Hierarchy (View Summary)