Hi, there is a function to get the center position of a list of points:
MathUtils.GetCenterPosition(List<Vector3> points)
And to get a list of points you can call GetPointsDirectionList() from any ControlPointsController component.
There is also a GetPointsWorldPositionList() on the FloorController component
hope that helps