MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Div

Method Div

utils.go:147–149  ·  view source on GitHub ↗
(factor float32)

Source from the content-addressed store, hash-verified

145}
146
147func (point Vector) Div(factor float32) Vector {
148 return Vector{point.X / factor, point.Y / factor}
149}
150
151func (point Vector) Inverted() Vector {
152 return Vector{-point.X, -point.Y}

Callers 6

PasteCardsMethod · 0.80
UpdateMethod · 0.80
DrawMethod · 0.80
PostDrawMethod · 0.80
MouseActionsMethod · 0.80
FocusOnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected