Questions tagged [direction]

The movement or orientation of UI elements in a specific direction. This is limited to the user interface. Some example uses are player movements in games or principal element rotation/animation in UI. Use [directions] for maps navigation.

The movement or orientation of UI elements in a specific direction. This is limited to the user interface.

Some example uses are

  • player movements in games
  • principal direction of element elongation
  • directed animations
  • direction of written characters (ltr, rtl, etc.)
706 questions
-2
votes
1 answer

How to compare two polyline of google map?

I am working on an app that tracks user location and makes a route on google map. I am providing a google map polyline to travel on that. currently, I want to know that user is travelling on provided polyline(route) or not. So I need to compare…
-2
votes
1 answer

Get compass direction in c

I calculated the distance between two coordinates and the angle between them using harvesine formula, I want to get the direction of the compass but Im having problems, I found this code to get direction but i cant get the index. Please help fixing…
dragon200
  • 3
  • 1
-2
votes
1 answer

Java: Moving around a two dimentional array

Please I have seen a lot of answers but I haven't seen the easiest solution to move around an array. I want to continue moving to the next or previous element in the array (rows and column). Meaning if I reached the end of any rows or column, it…
-2
votes
1 answer

How to determine the direction of a slope in Matlab?

To determine the trend of earth, I need to determine the direction of slope using Matlab. My data is point cloud. In an area, I segment that area in windows and each window selects a ground point. For example, in an area some of the ground points…
Ahmad
  • 3
  • 2
-3
votes
1 answer

How do I find the direction something is going(counter clockwise or clockwise) given a string of North South East or West

I am trying to make a program that determines if something is the clockwise direction or counterclockwise direction based on string input that only contains north south east west (n s e w) for example, if I had the string "NESSWN" I know it is…
noer
  • 1
-3
votes
1 answer

Always face north-up sided maps activity

In maps Activity, the user should not change the angle of direction which the map faces. Map should always face only north side up. How to lock the direction only to north side up and it should able to zoom-in and zoom-out.
Tharun Eniyan
  • 67
  • 2
  • 13
-3
votes
1 answer

Calculate Angle from direction vector

I have direction vector (0.000000, 0.707107, 0.707107) like this, i want to convert this vector to an angle between X, Y and Z direction planes and Direction vectors (0,45 deg,45 deg). Please provide the mathematical equations or VBA functions to…
balaji
  • 11
  • 1
  • 3
-3
votes
1 answer

HTML: making a map through text inputs

i want to have a driver direction map on my website where 'start' and 'destination' locations are gotten from two text input fields respectively and displayed on the map.Thanks in Advance!!
-3
votes
1 answer

how i make java program given gps points draw direction on google map

i am trying to create java program that take gps points and draw direction according to these gps points there is a lot of example of drawing gps direction , but all these example in android any help
-3
votes
1 answer

How to draw a line of certain length and direction?

I want to create a line of certain length and direction. What i mean by this is drawing a line from Point A to Point B. Normally in Unity C# to draw a line from Point A to Point B is simply. Debug.DrawLine(point_A, point_B); The Diagram would be…
JekasG
  • 135
  • 11
-3
votes
2 answers

MYSQL PHP direction error

[31-Oct-2014 12:47:24 UTC] PHP Warning: include_once(../connect/con.php) [function.include-once]: failed to open stream: No such file or directory in /home/denzw681/public_html/u/userPages/check_login_status.php…
Denis
  • 103
  • 3
  • 10
-4
votes
1 answer

top down shooter zombie survival how to get the player to shoot?

Would someone please tell me how to get the bullet class/variable working cause i always get the error "'Bullet' object is not callable". Heres the bullet class class Bullet(pygame.sprite.Sprite): def __init__(self): super().__init__() …
-4
votes
3 answers

I need to create a variable(velocity) with magnitude and direction. How can this be done?

Then with this velocity and acceleration and initial position find the next position(2D). The only tricky part is the creation of the vector!
GigI
  • 51
  • 2
  • 9
-4
votes
1 answer

invert the direction of a particles in matlab

i have a problem with an algorithm, i have a space with x,y coordinates and a low and upper bound. I have also some particles within this space free to move. I want that any particle remains into my space and if one of those are moving out the…
Andy
  • 23
  • 7
-5
votes
1 answer

How to find path between two points In android Map with time distance?

I am new bie to android development,some how I am able to load googlemap in android using MapView , Now I want to find distance between two geopoints . For that I found that it can be done using json API (Directions Service ) but not able to get…
Santosh Bhandary
  • 359
  • 2
  • 3
  • 19
1 2 3
47
48