#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>
#include <errno.h>
#include <math.h>
#include <vip/util.h>
#include <vip/volume.h>
#include <vip/bucket.h>
Go to the source code of this file.
|
| int | VipWriteCylinder (float x1, float y1, float z1, float x2, float y2, float z2, char *name, float radius) |
| |
| int | VipWriteHatCylinder (float x1, float y1, float z1, float x2, float y2, float z2, char *name, float radius, float height) |
| |
◆ VipWriteCylinder()
| int VipWriteCylinder |
( |
float | x1, |
|
|
float | y1, |
|
|
float | z1, |
|
|
float | x2, |
|
|
float | y2, |
|
|
float | z2, |
|
|
char * | name, |
|
|
float | radius ) |
◆ VipWriteHatCylinder()
| int VipWriteHatCylinder |
( |
float | x1, |
|
|
float | y1, |
|
|
float | z1, |
|
|
float | x2, |
|
|
float | y2, |
|
|
float | z2, |
|
|
char * | name, |
|
|
float | radius, |
|
|
float | height ) |