Top 1.1% dependent packages on proxy.golang.org
Top 1.2% dependent repos on proxy.golang.org
proxy.golang.org : github.com/flywave/go3d
Package go3d is a performance oriented vector and matrix math package for 2D and 3D graphics. Every type has its own sub-package and is named T. So vec3.T is the 3D vector type. For every vector and matrix type there is a String() method and a Parse() function. Besides methods of T there are also functions in the packages, like vec3.Dot(a, b). Packages under the float64 directory are using float64 values instead of float32. Matrices are organized as arrays of columns which is also the way OpenGL expects matrices. DirectX expects "arrays of rows" matrices, use the Transpose() to convert. Methods that don't return a specific value, return a pointer to the struct to allow method call chaining. Example: Method names in the past tense return a copy of the struct instead of a pointer to it. Example: Documentation: http://godoc.org/github.com/flywave/go3d
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/flywave/go3d
License: MIT
Latest release: almost 2 years ago
First release: over 3 years ago
Namespace: github.com/flywave
Dependent packages: 21
Dependent repositories: 19
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago
v0.0.0-20231225024313-0ec3c9c64b46
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20231223092820-4c2ede9a5100
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20231222101914-fcad97d15aa7
Published: almost 2 years agoRegistry - Documentation - Download
v0.0.0-20231213061711-48d3c5834480
Published: almost 2 years agoRegistry - Documentation - Download