vector
Here are 1,538 public repositories matching this topic...
OpenGL Mathematics (GLM)
-
Updated
Jan 6, 2022 - C++
A library for visualization and creative-coding
-
Updated
Dec 19, 2021 - TypeScript
MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
-
Updated
May 12, 2019 - Java
The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script
Steps:
- move it to gdal/swig/python/scripts
- create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
- write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
I've come across a weird behavior that really baffled me initially.
This compiles with nalgebra 0.29:
let _: nalgebra::SVector<f32, 3> = nalgebra::point![1.0, 2.0].into();It converts an OPoint<f32, 2> into an SVector<f32, 3>, using Into.
Here's the same, with debug output:
let v: nalgebra::SVector<f32, 3> = dbg!(nalgebra::point![1.0, 2.0]).into();
dbg!(v
-
Updated
Dec 22, 2021 - Java
Google Earth Enterprise - Open Source
-
Updated
Jul 30, 2021 - C++
-
Updated
Jun 30, 2020 - Go
-
Updated
Oct 8, 2021 - Kotlin
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
-
Updated
Dec 1, 2021 - PHP
Dynamic control over vector drawables!
-
Updated
Jun 1, 2020 - Java
ToDo: More Events
This is a ToDo-Issue.
Following events should be added:
- while moving the hintMarker a event should be fired like
moveorchange. For example, while drawing the rectangle, the current bounds / latlngs can be useful. see #1072 - Enabledrag & disabledrag in
Dragging.js
-
Updated
Jan 6, 2022 - C
synfig v1.4.2 windows 10 21h1
There are few panels I want to move a bit to the bottom, but it seems like they're locked to a particular minimum size which was not the case in older version of synfig.
Please lower the minimum size of the those panels.
It would be great to mention this in the relevant chapter: https://github.com/walkerke/crsuggest
Specifically it would fit perfectly here: https://geocompr.robinlovelace.net/reproj-geo-data.html#which-crs-to-use
Heads-up @walkerke, awesome package, let me know if you've any comments/suggestions on describing the package and thanks for developing it!
This is for first-time-contributors :
Add functions which belong to a particular header file in its corresponding .md file inside the header folder.
For example
std::sort belongs to algorithm header file, so make a new file sort.md inside the algorithm directory while maintaining the CONTIBUTING gu
Vector map library and writer - running on Android and Desktop.
-
Updated
Jan 3, 2022 - Java
A linear algebra and mathematics library for computer graphics.
-
Updated
Nov 26, 2021 - Rust
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
Improve this page
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."


Is there an existing issue for this?
What would you like to be added?
I would like to add DataType_UInt64.
Why is this needed?
Databases like mysql support unsigned integer numbers through keywords such as UNSIGNED.
In order to enrich the data type, we have no reason not to support it.
Anything else?
No response