|
IUF-SDK-3
Interventional Ultrasound Library
|
Functions | |
| iu3da_t | iuf3DAngleCreate (float theta, float phi) |
| create a 2-axis rotation in 3D space More... | |
| int | iuf3DAngleDelete (iu3da_t angle) |
| Delete a 3D angle. More... | |
| int | iuf3DAngleCompare (iu3da_t reference, iu3da_t actual) |
| Compare two 3D angles, the order of arguments does not matter. More... | |
| int | iuf3DAngleSave (iu3da_t angle, hid_t handle) |
| iu3da_t | iuf3DAngleLoad (hid_t handle) |
| iu3da_t iuf3DAngleCreate | ( | float | theta, |
| float | phi | ||
| ) |
create a 2-axis rotation in 3D space
| theta | the rotation over the y-axis in radians |
| phi | the rotation over the x-axis in radians |
| int iuf3DAngleDelete | ( | iu3da_t | angle | ) |
Delete a 3D angle.
| angle | the angle to be removed |
| iu3da_t iuf3DAngleLoad | ( | hid_t | handle | ) |
| int iuf3DAngleSave | ( | iu3da_t | angle, |
| hid_t | handle | ||
| ) |