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) |
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Cylinder_Axis0 | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the cylinder axis 0 as a HIC_Point const *.
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Cylinder_Axis1 | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the cylinder axis 1 as a HIC_Point const *.
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Cylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the cylinder basis axis 0 as a HIC_Vector const *.
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Cylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the cylinder basis axis 1 as a HIC_Vector const *.
HC_EXTERNAL HIC_API float HIC_Show_Cylinder_Radius | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the cylinder radius as a float.