Set_Cylinder_XXX
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) |
Detailed Description
Function Documentation
◆ HIC_Set_Cylinder_Axis0()
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis0 | ( | HIC_Geometry const * | geo, |
HIC_Point const * | p | ||
) |
- Parameters
-
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.
◆ HIC_Set_Cylinder_Axis1()
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis1 | ( | HIC_Geometry const * | geo, |
HIC_Point const * | p | ||
) |
- Parameters
-
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.
◆ HIC_Set_Cylinder_Basis_Axis0()
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo, |
HIC_Vector const * | v | ||
) |
- Parameters
-
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.
◆ HIC_Set_Cylinder_Basis_Axis1()
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo, |
HIC_Vector const * | v | ||
) |
- Parameters
-
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.
◆ HIC_Set_Cylinder_Radius()
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Radius | ( | HIC_Geometry const * | geo, |
float | radius | ||
) |
- Parameters
-
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.