MCPcopy
hub / github.com/fogleman/primitive / RotatedRectangle

Struct RotatedRectangle

primitive/rectangle.go:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type RotatedRectangle struct {
81 Worker *Worker
82 X, Y int
83 Sx, Sy int
84 Angle int
85}
86
87func NewRandomRotatedRectangle(worker *Worker) *RotatedRectangle {
88 rnd := worker.Rnd

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected