Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Cylinder_Axis0 (HIC_Geometry const *geo, HIC_Point const *p) |
HC_EXTERNAL HIC_API void | HIC_Set_Cylinder_Axis1 (HIC_Geometry const *geo, HIC_Point const *p) |
HC_EXTERNAL HIC_API void | HIC_Set_Cylinder_Basis_Axis0 (HIC_Geometry const *geo, HIC_Vector const *v) |
HC_EXTERNAL HIC_API void | HIC_Set_Cylinder_Basis_Axis1 (HIC_Geometry const *geo, HIC_Vector const *v) |
HC_EXTERNAL HIC_API void | HIC_Set_Cylinder_Radius (HIC_Geometry const *geo, float radius) |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis0 | ( | HIC_Geometry const * | geo, |
HIC_Point const * | p | ||
) |
geo | A pointer to a const HIC_Geometry. |
p | A HIC_Point *, value to set the cylinder axis 0 to. |
This function sets the cylinder axis 0 to the HIC_Point value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis1 | ( | HIC_Geometry const * | geo, |
HIC_Point const * | p | ||
) |
geo | A pointer to a const HIC_Geometry. |
p | A HIC_Point *, value to set the cylinder axis 1 to. |
This function sets the cylinder axis 1 to the HIC_Point value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo, |
HIC_Vector const * | v | ||
) |
geo | A pointer to a const HIC_Geometry. |
v | A HIC_Vector *, value to set the cylinder basis axis 0 to. |
This function sets the cylinder basis axis 0 to the HIC_Vector value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo, |
HIC_Vector const * | v | ||
) |
geo | A pointer to a const HIC_Geometry. |
v | A HIC_Vector *, value to set the cylinder basis axis 1 to. |
This function sets the cylinder basis axis 1 to the HIC_Vector value of the passed in parameter.
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Radius | ( | HIC_Geometry const * | geo, |
float | radius | ||
) |
geo | A pointer to a const HIC_Geometry. |
radius | A float, value to set the cylinder radius to. |
This function sets the cylinder radius to the float value of the passed in parameter.