loop for determination of number of points in a enclosed area


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting loop for determination of number of points in a enclosed area
# 1  
Old 11-25-2011
loop for determination of number of points in a enclosed area

Hi Friends,

I am trying to find coordinates within three points by using a for loop. For example:

I want to find points within the triangular area enclosed by (1,2,3), (4,5,6) and (7,8,9) points.

I want to create a mesh in a triangle and I should know the coordinates of points.

Best Regards
# 2  
Old 11-25-2011
The triangle is 3D? Your coordinates have z-axis (x, y, z).
This User Gave Thanks to MacMonster For This Post:
# 3  
Old 11-25-2011
oh sorry. it is 2D.
# 4  
Old 11-25-2011
@rpf:
Looks more like a math problem. Try searching for an algorithm to solve that problem, programming the same wouldn't be much of a headache.
# 5  
Old 11-25-2011
Thank you guys
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Number loop

Hello, I've been trying to create a list of numbers in bash that loops every 10s as follow. So the list will contain 1-5 on start, then 2-6 after 10s and so on. However when it reaches 30 it needs to start back at 1. 1 2 3 27 28 2 3 4 28 29 3... (2 Replies)
Discussion started by: shadyuk
2 Replies

2. Shell Programming and Scripting

Help with identify gradient and the coefficient of determination of a straight line

Hi, Do anybody experience using awk or perl command to identify gradient of a straight line and The coefficient of determination/R-square value of a chart (R2) ? Below is my input file : t1 2 3 5 8 t2 0 2 0 2 t3 1 1 1 1 t4 50 70 80 90 . . . Desired Output : t1 2 3 5 8 0.6986... (10 Replies)
Discussion started by: perl_beginner
10 Replies

3. Shell Programming and Scripting

get the value from a response enclosed tag <>

Hi All, I'm a newbie here, I'm having problem getting the value inside the tag of input file. ex. script $ curl -H ... response from script <tag1>response1</tag1><tag2>response2</tag2><tag3>response3</tag3> How to get the response from enclosed tag? is this possible? sample output: ... (10 Replies)
Discussion started by: nikki1200
10 Replies

4. Shell Programming and Scripting

Determination n points between two coordinates

Hi guys. Can anyone tell me how to determine points between two coardinates. For example: Which type of command line gives me 50 points between (8, -5, 7) and (2, 6, 9) points Thanks (5 Replies)
Discussion started by: rpf
5 Replies

5. Red Hat

Total space Determination

Hi experts, # df -h Filesystem Size Used Avail Use% Mounted on /dev/hda9 3.8G 1.7G 2.0G 46% / none 369M 0 369M 0% /dev/shm /dev/hda10 2.0G 33M 1.8G 2% /tmp /dev/hda12 1.4G 1.2G 260M 82% /usr I used df -h... (3 Replies)
Discussion started by: William1482
3 Replies

6. UNIX for Dummies Questions & Answers

mth code determination

FILE_DATE=`date +%Y%m%d` current mth code is 200808 How can i find the 56 mths back mth code. (1 Reply)
Discussion started by: dr46014
1 Replies

7. UNIX and Linux Applications

Gnuplot question: how to plot 3D points as colored points in map view?

I have a simple gnuplot question. I have a set of points (list of x,y,z values; irregularly spaced, i.e. no grid) that I want to plot. I want the plot to look like this: - points in map view (no 3D view) - color of each point should depend on its z-value. - I want to define my own color scale -... (0 Replies)
Discussion started by: karman
0 Replies

8. Programming

Telnet client IP determination

I have configured my firewall to allow only five remote IP's to connect to my server. Upon connection...i would like to automate the Xsession functions for authorized IP's. Mainly, $DISPLAY of the environment to the client. I understand that the "gethostbyaddr" function is capable of this.... (0 Replies)
Discussion started by: thomas.jones
0 Replies

9. UNIX for Dummies Questions & Answers

Hardware Determination

Does anyone know an equiv of lscfg -vp for HP-UX? (2 Replies)
Discussion started by: sam_pointer
2 Replies
Login or Register to Ask a Question