Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_PolyCylinder_Basis_Axis0 (HIC_Geometry const *geo, int basis_index, HIC_Vector const *v) |
HC_EXTERNAL HIC_API void | HIC_Set_PolyCylinder_Basis_Axis1 (HIC_Geometry const *geo, int basis_index, HIC_Vector const *v) |
HC_EXTERNAL HIC_API void | HIC_Set_PolyCyliner_Points (HIC_Geometry const *geo, int index, HIC_Point const *p) |
HC_EXTERNAL HIC_API void | HIC_Set_PolyCylinder_Radii (HIC_Geometry const *geo, int index, float r) |
HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo, |
int | basis_index, | ||
HIC_Vector const * | v | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, value of the basis index to set. |
v | A HIC_Vector *, value to set the polycylinder basis axis 0 to. |
This function sets the polycylinder basis (at basis_index) axis 0 to the HIC_Vector value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo, |
int | basis_index, | ||
HIC_Vector const * | v | ||
) |
geo | A pointer to a const HIC_Geometry. |
basis_index | An int, index value of the basis to set. |
v | A HIC_Vector *, value to set the polycylinder basis axis 1 to. |
This function sets the polycylinder basis (at basis_index) axis 1 to the HIC_Vector value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Radii | ( | HIC_Geometry const * | geo, |
int | index, | ||
float | r | ||
) |
geo | A pointer to a const HIC_Geometry. |
index | An int, index value of the radii to set. |
r | A float, value to set the polycylinder radius at index to. |
This function sets the polycylinder radius (at index) to the float value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_PolyCyliner_Points | ( | HIC_Geometry const * | geo, |
int | index, | ||
HIC_Point const * | p | ||
) |
geo | A pointer to a const HIC_Geometry. |
index | An int, index value of the point to set. |
p | A HIC_Point *, value to set the polycylinder point at index to. |
This function sets the polycylinder point (at index) to the HIC_Point value of the passed in parameter.