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
geoA pointer to a const HIC_Geometry.
pA 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
geoA pointer to a const HIC_Geometry.
pA 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
geoA pointer to a const HIC_Geometry.
vA 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
geoA pointer to a const HIC_Geometry.
vA 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
geoA pointer to a const HIC_Geometry.
radiusA float, value to set the cylinder radius to.

This function sets the cylinder radius to the float value of the passed in parameter.