Skip to main content
1 vote
0 answers
51 views

I am currently trying to read the angles from a BNO086 IMU using an STM32 microcontroller (using CubeIDE), and I use this library : https://www.grozeaion.com/electronics/stm32/stm32-i2c-library-for-...
Mathias_R's user avatar
0 votes
0 answers
26 views

how do I get visual studio to add indentation so that this using TExample = MyClassA< MyClassB< MyClassC, MyClassD>, MyClassE>; is formatted by VS to using TExample = ...
Dave Fooks's user avatar
0 votes
0 answers
59 views

I want in Java to change the coordinate system for an Arc2D which has a startAngle and an angleExtent from the Java coordinate system (reference is top left corner) to another which is bottom left ...
Hervé Girod's user avatar
0 votes
0 answers
55 views

Here are some examples to visualize the problem The blue circles show the segments that I want to remove so that I have a "real" connection between the two rectangles. This problem occurs ...
Blank's user avatar
  • 1
0 votes
0 answers
167 views

I'm working on a project and I'm detecting every table in an image via OpenCV. I was able to detect, extract and crop the tables, so I already have the cropped images with all the tables. Now my ...
user29078972's user avatar
0 votes
1 answer
87 views

I want to calculate the angle formed by a line segment from p1 to the midpoit of the line connecting p2 and p3, and the line formed by p2 and p3. I used code as below, but the result seems not correct,...
mikezang's user avatar
  • 2,509
0 votes
1 answer
102 views

I have issues to understand how to exactly compute in Python what I call a "jump angle". So basically, I have a map tracking of several tracks (of transcription factors) composed of the ...
Yanisse Graïne's user avatar
0 votes
0 answers
27 views

I'm trying to write a program that will calculate the angles of a triangle using the side lengths (via the Law of Cosines, Law of Sines, and Triangle Sum Theorem). It works just fine if all the side ...
oxiiacid's user avatar
0 votes
1 answer
49 views

Suppose we have several points located in three-dimensional space. Now, we specify two points, named point1 and point2. To simplify the problem, we consider these two points as a line. Now we move ...
mehran's user avatar
  • 19
0 votes
2 answers
126 views

When I change the angle to 90 I expect this: but I get this instead: What am I doing wrong? XAML: <Grid WidthRequest="100" HeightRequest="100" HorizontalOptions="Start&...
Lars Holm's user avatar
0 votes
1 answer
82 views

The task is to draw an equilateral triangle that will be positioned in the first quadrant, so that it is symmetrical with respect to the bisector of the first and third quadrants. Image of triangle ...
Bartol's user avatar
  • 11
1 vote
1 answer
151 views

I am trying to wrap the angle to be within the range of [-pi, pi]. I have tried many variations of the following code, it should be a very easy task, however, if the angle is already pi, -pi, or 0, it ...
leftoverear's user avatar
0 votes
1 answer
80 views

I want to calculate the angle between two segments in 2D space. The two segments are defined by AB and BC. The result of the calculation seems to vary according to the orientation of the vectors. ...
Stéphane M.'s user avatar
0 votes
0 answers
66 views

from math import atan, pi import numpy as np def cosine_fun(input): k = 1.646 bitw = 15 inpLUK = np.zeros(bitw + 1) x = 1/k y = 0 z = 0 for j in range(bitw): tmp =...
Pournami Prasad's user avatar
1 vote
0 answers
37 views

I have a start point (A, B, ...) and several end points (1, 2, 3, ...) connected to the start point, and I want to get the angle between a given start point and its associated end points, and the ...
mto23's user avatar
  • 489

15 30 50 per page
1
2 3 4 5
96