MCPcopy Create free account
hub / github.com/divan/gotrace / Params

Struct Params

params.go:4–11  ·  view source on GitHub ↗

Params represents params for GoThree.js library.

Source from the content-addressed store, hash-verified

2
3// Params represents params for GoThree.js library.
4type Params struct {
5 Angle float64 `json:"angle"`
6 AngleSecond float64 `json:"angle2"`
7 Caps bool `json:"allCaps"`
8 Distance int `json:"distance"`
9 DistanceSecond int `json:"distance2"`
10 AutoAngle bool `json:"autoAngle"`
11}
12
13func GuessParams(c Commands) *Params {
14 goroutines := make(map[int]int) // map[depth]number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected