FemtoScan Online SDK Documentation
function get_section_coordinates | ^
|
Find boundary points of the section line.
- Source:
- ../fmutl/mathlp.h:281
- Author:
- ATC
- Version:
- 1.0
- Params:
| w
| window width
|
| h
| window height
|
| xc
| center coordinate X
|
| yc
| center coordinate Y
|
| angle
| section angle (in radians)
|
| r
| section radius (if 0.0, r will be chosen automatically)
|
| _x0
| first section point X
|
| _y0
| first section point Y
|
| _x1
| last section point X
|
| _y1
| last section point Y
|
- Code:
| public extern "C" FMUTL_API void get_section_coordinates ( | double w , |
| | double h , |
| | double xc , |
| | double yc , |
| | double angle , |
| | double r , |
| | double * _x0 , |
| | double * _y0 , |
| | double * _x1 , |
| | double * _y1 ) |
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net