Function ConvexPolygonShape.points

The list of 3D points forming the convex polygon shape.

PoolArray!(godot.core.vector3.Vector3) points() nothrow @property @nogc;

void points (
  PoolArray!(godot.core.vector3.Vector3) v
) nothrow @property @nogc;