Versions in this module Expand all Collapse all v4 v4.0.0 Apr 20, 2020 Changes in this version + type MapIn struct + Base bool + Triangles []*Triangle + VoxelRegion *VoxelRegion + func (*MapIn) Descriptor() ([]byte, []int) + func (*MapIn) ProtoMessage() + func (m *MapIn) GetBase() bool + func (m *MapIn) GetTriangles() []*Triangle + func (m *MapIn) GetVoxelRegion() *VoxelRegion + func (m *MapIn) Reset() + func (m *MapIn) String() string + type Triangle struct + V1 *Vertex + V2 *Vertex + V3 *Vertex + func (*Triangle) Descriptor() ([]byte, []int) + func (*Triangle) ProtoMessage() + func (m *Triangle) GetV1() *Vertex + func (m *Triangle) GetV2() *Vertex + func (m *Triangle) GetV3() *Vertex + func (m *Triangle) Reset() + func (m *Triangle) String() string + type Vertex struct + X float64 + Y float64 + Z float64 + func (*Vertex) Descriptor() ([]byte, []int) + func (*Vertex) ProtoMessage() + func (m *Vertex) GetX() float64 + func (m *Vertex) GetY() float64 + func (m *Vertex) GetZ() float64 + func (m *Vertex) Reset() + func (m *Vertex) String() string + type VoxelRegion struct + Nx int64 + Ny int64 + Nz int64 + Scale float64 + Tx float64 + Ty float64 + Tz float64 + func (*VoxelRegion) Descriptor() ([]byte, []int) + func (*VoxelRegion) ProtoMessage() + func (m *VoxelRegion) GetNx() int64 + func (m *VoxelRegion) GetNy() int64 + func (m *VoxelRegion) GetNz() int64 + func (m *VoxelRegion) GetScale() float64 + func (m *VoxelRegion) GetTx() float64 + func (m *VoxelRegion) GetTy() float64 + func (m *VoxelRegion) GetTz() float64 + func (m *VoxelRegion) Reset() + func (m *VoxelRegion) String() string Other modules containing this package github.com/gmlewis/stldice github.com/gmlewis/stldice/v2 github.com/gmlewis/stldice/v3