Functions | |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_PolyCylinder_Basis_Axis0 (HIC_Geometry const *geo, int basis_index) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_PolyCylinder_Basis_Axis1 (HIC_Geometry const *geo, int basis_index) |
HC_EXTERNAL HIC_API int | HIC_Show_PolyCylinder_Point_Count (HIC_Geometry const *geo) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_PolyCylinder_Points (HIC_Geometry const *geo, int index) |
HC_EXTERNAL HIC_API float | HIC_Show_PolyCylinder_Radii (HIC_Geometry const *geo, int index) |
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_PolyCylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo, |
int | basis_index | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, value at the basis index to return. |
This function returns the polycylinder basis axis 0 at the specified basis index as a HIC_Vector const *.
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_PolyCylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo, |
int | basis_index | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, value at the basis index to return. |
This function returns the polycylinder basis axis 1 at the specified basis index as a HIC_Vector const *.
HC_EXTERNAL HIC_API int HIC_Show_PolyCylinder_Point_Count | ( | HIC_Geometry const * | geo | ) |
geo | A pointer to a const HIC_Geometry. |
This function returns the polycylinder point count.
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_PolyCylinder_Points | ( | HIC_Geometry const * | geo, |
int | index | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, point of the polycylinder to return. |
This function returns the polycylinder point at the specified index as a HIC_Point const *.
HC_EXTERNAL HIC_API float HIC_Show_PolyCylinder_Radii | ( | HIC_Geometry const * | geo, |
int | index | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, radius of the polycylinder to return. |
This function returns the polycylinder radius at the specified index as a float.