Documentation ¶
Index ¶
- Constants
- func AllTriangleDots(a, b, c Point, scale int64, vol SpaceSetter, color uint16)
- func DotInPlane(p, a, b, c Point, r int64) bool
- func DotInTriangle(p, a, b, c Point, r int64) bool
- func MeshVolume(triangles []Triangle, scale int64) (res int64)
- func ScalarProduct(a, b Vector) (s *big.Int)
- type Cube
- type Line
- type Point
- type SpaceSetter
- type Triangle
- type Vector
Constants ¶
View Source
const MaxJ = 10
Variables ¶
This section is empty.
Functions ¶
func AllTriangleDots ¶
func AllTriangleDots(a, b, c Point, scale int64, vol SpaceSetter, color uint16)
func DotInPlane ¶
func DotInTriangle ¶
func MeshVolume ¶
func ScalarProduct ¶
Types ¶
type SpaceSetter ¶
Click to show internal directories.
Click to hide internal directories.