The Wayback Machine - https://web.archive.org/web/20211124105206/https://github.com/topics/vector
Skip to content
#

vector

Here are 1,485 public repositories matching this topic...

milvus
hannobraun
hannobraun commented Sep 26, 2021

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

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 Nov 22, 2021
  • PHP
leaflet-geoman
rodolforg
rodolforg commented Nov 9, 2021

Is your feature request related to a problem? Please describe.
I'm always frustrated when I'm typing a new value for a parameter and I gave up on this edition, but I can't cancel it by keyboard.

Describe the solution you'd like
By pressing Esc I should be able to cancel my in-going edition on the Value column of the Parameters Panel as I'm able to when editing a layer name in the La

geocompr
30-seconds-of-cpp

Improve this page

Add a description, image, and links to the vector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."

Learn more