mirror_point# static GeometryOperators.mirror_point(start, reference, vector)[source]# Mirror point about a plane defining by a point on the plane and a normal point. Parameters: startlistPoint to be mirrored referencelistThe reference point. Point on the plane around which you want to mirror the object. vectorlistNormalized vector used for the mirroring. Returns: ListList of the reflected point.