1#ifndef COIN_SBCYLINDER_H
2#define COIN_SBCYLINDER_H
29#include <Inventor/SbBasic.h>
30#include <Inventor/SbLine.h>
36 void setValue(
const SbLine& a,
const float r);
37 void setAxis(
const SbLine& a);
38 void setRadius(
const float r);
39 const SbLine& getAxis(
void)
const;
40 float getRadius(
void)
const;
The SbCylinder class is a representation of a cylinder.
Definition SbCylinder.h:32
The SbLine class represents a line in 3D space.
Definition SbLine.h:32
The SbList class is a template container class for lists.
Definition SbList.h:47
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37