Set_PolyCylinder_XXX

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_PolyCylinder_Radii (HIC_Geometry const *geo, int index, float r)
 
HC_EXTERNAL HIC_API void HIC_Set_PolyCyliner_Points (HIC_Geometry const *geo, int index, HIC_Point const *p)
 

Detailed Description

Function Documentation

◆ HIC_Set_PolyCylinder_Basis_Axis0()

HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Basis_Axis0 ( HIC_Geometry const *  geo,
int  basis_index,
HIC_Vector const *  v 
)
Parameters
geoA pointer to a const HIC_Geometry.
basis_indexAn int, value of the basis index to set.
vA 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.

◆ HIC_Set_PolyCylinder_Basis_Axis1()

HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Basis_Axis1 ( HIC_Geometry const *  geo,
int  basis_index,
HIC_Vector const *  v 
)
Parameters
geoA pointer to a const HIC_Geometry.
basis_indexAn int, index value of the basis to set.
vA 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.

◆ HIC_Set_PolyCylinder_Radii()

HC_EXTERNAL HIC_API void HIC_Set_PolyCylinder_Radii ( HIC_Geometry const *  geo,
int  index,
float  r 
)
Parameters
geoA pointer to a const HIC_Geometry.
indexAn int, index value of the radii to set.
rA 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.

◆ HIC_Set_PolyCyliner_Points()

HC_EXTERNAL HIC_API void HIC_Set_PolyCyliner_Points ( HIC_Geometry const *  geo,
int  index,
HIC_Point const *  p 
)
Parameters
geoA pointer to a const HIC_Geometry.
indexAn int, index value of the point to set.
pA 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.