Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [coordinate-system]

Ask Question

A coordinate system is a system which uses one or more numbers, or coordinates, to uniquely determine the position of a point or other geometric element. Do not use this tag for questions regarding longitude and latitude. Please use [geospatial] instead.

190 questions
Filter by
Sorted by
Tagged with
4votes
2answers
202views

I am trying to convert a dataset which has a Lambert Conformal Conic projection to the classic WGS 84 with Python. Unfortunately, the dataset does not have a defined EPSG code, but the general ...
4votes
1answer
131views

I'm using Google Earth Engine (GEE) to calculate the Euclidean distance from sample points to the nearest brightest pixel above the threshold value "avg_rad > 10" in nighttime light data. ...
3votes
1answer
107views

The following code parses a 2D Cartesian coordinate passed asCart2Pol <x> <y> and prints the coordinate in ...
Miles's user avatar
4votes
1answer
159views

I have written this code to perform vector operations like addition, multiplications and so on. I was wondering if there is a better way to write this code? Because I feel it is a little bit repeated....
6votes
2answers
1kviews

How can I improve this code or make it tidier?...
5votes
1answer
249views

This is an implementation of a mathematical vector.I am currently working on a linear algebra project and before proceeding further with other classes (matrix, polar_vector etc.) I would like to have ...
3votes
1answer
726views

I've refactored a function from thepygc library used to generate thegreat_circle. The Vincenty's equation below can be found ...
4votes
3answers
1kviews

As part of a physics simulation written in C++ using SFML I needed a vector3d class.Here is my implementation:...
Oliver Schönrock's user avatar
4votes
2answers
605views

I'm brand new to cpp and tried implementing a simple Vector class that supports abs(), equality and addition operators. I just wanted a quick set of eyes to tell me if I'm doing anything egregious in ...
8votes
2answers
289views

Well, there are many game of life's already, but after posting an answer on it in C#, I thought I might as well check if I did any better and if there is anything new to learn - there always is....
3votes
2answers
128views

I have a comparison function for comparing two points in 2 (or more) dimensions based on the angle of each point in standard polar coordinates. In other words, a point ...
1vote
3answers
3kviews

I regularly wish to convert poses (position 3d + orientation 3d = 6d total) between different coordinate frames. Use-cases are for example in game engines and simulations to compute the position of ...
FirefoxMetzger's user avatar
5votes
1answer
93views

So I have a solution for this which uses a for loop and calculates distance between the main point and other points. I found the code for distance between two points online, changed it to my needs and ...
KSJaay's user avatar
5votes
3answers
384views

I've coded up a Vector class for use in my simulation support code, which I offer up for review. I decided to extend std::array. Now, I know that std::array is an aggregate type, but with C++-17 we ...
Sebastian James's user avatar
2votes
0answers
240views

This is my solution to the Codewars problem TV Remote (symbols).DescriptionIn short, you are given a virtual keyboard with 3 modes between which can be switched by pressing the ...

153050per page
1
2345
13

Hot Network Questions

more hot questions
Newest coordinate-system questions feed

[8]ページ先頭

©2009-2025 Movatter.jp