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