Points On Line
by Ankur Pawar
18 Aug 2011
(Updated 29 Nov 2011)
Linearly spaced points between two point and ,point in Convex Hull test.
|
Watch this File
|
| File Information |
| Description |
pointsOnLine:Linearly spaced points between two points in space . This function uses direction vector of two point to calculate points between .
inConvHull:function to test a point inside a 3d Convex Hull
zip file contain
pointsOnLine.m : creates linearly spaced points .
testpointsOnLine.m : example showing the use of pointsOnLine function .
sphericalDodecahedron.m : projection of dodecahedron on sphere . Uses this function to create points between two vertex.
inConvHull.m :function test a point whether it is inside a 3d convex hull or not.
testInHull.m :script to test inConvHull function. |
| Acknowledgements |
Cubed Sphere
inspired this file.
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Nov 2011 |
Included a new function inConvHull.m for in convex hull test. |
|
Contact us