Show_Cylinder_XXX
Functions
float |
|
HIC_Vector const * |
|
HIC_Vector const * |
|
HIC_Point const * |
|
HIC_Point const * |
Detailed Description
- group Show_Cylinder_XXX
Function Documentation
-
float HIC_Show_Cylinder_Radius(HIC_Geometry const *geo)
This function returns the cylinder radius as a float.
- Parameters:
geo – A pointer to a const HIC_Geometry.
- Returns:
A float.
-
HIC_Vector const *HIC_Show_Cylinder_Basis_Axis0(HIC_Geometry const *geo)
This function returns the cylinder basis axis 0 as a HIC_Vector const *.
- Parameters:
geo – A pointer to a const HIC_Geometry.
- Returns:
A HIC_Vector const *.
-
HIC_Vector const *HIC_Show_Cylinder_Basis_Axis1(HIC_Geometry const *geo)
This function returns the cylinder basis axis 1 as a HIC_Vector const *.
- Parameters:
geo – A pointer to a const HIC_Geometry.
- Returns:
A HIC_Vector const *.
-
HIC_Point const *HIC_Show_Cylinder_Axis0(HIC_Geometry const *geo)
This function returns the cylinder axis 0 as a HIC_Point const *.
- Parameters:
geo – A pointer to a const HIC_Geometry.
- Returns:
A HIC_Point const *.
-
HIC_Point const *HIC_Show_Cylinder_Axis1(HIC_Geometry const *geo)
This function returns the cylinder axis 1 as a HIC_Point const *.
- Parameters:
geo – A pointer to a const HIC_Geometry.
- Returns:
A HIC_Point const *.