public LLMarker(DrawStyle style, PointT point, Coord radius, MarkerPolygon type) : base(style) { Point = point; Radius = radius; Type = type; }
public LLMarkerRotated(DrawStyle style, PointT point, Coord radius, MarkerPolygon type, Coord angleDeg) : base(style, point, radius, type) { AngleDeg = angleDeg; }