Set_PolyCylinder_XXX

Functions

void

HIC_Set_PolyCylinder_Basis_Axis0

void

HIC_Set_PolyCylinder_Basis_Axis1

void

HIC_Set_PolyCyliner_Points

void

HIC_Set_PolyCylinder_Radii

Detailed Description

group Set_PolyCylinder_XXX

Function Documentation

void HIC_Set_PolyCylinder_Basis_Axis0(HIC_Geometry *geo, int basis_index, HIC_Vector *v)

This function sets the polycylinder basis (at basis_index) axis 0 to the HIC_Vector value of the passed in parameter.

Parameters:
  • 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.

void HIC_Set_PolyCylinder_Basis_Axis1(HIC_Geometry *geo, int basis_index, HIC_Vector *v)

This function sets the polycylinder basis (at basis_index) axis 1 to the HIC_Vector value of the passed in parameter.

Parameters:
  • 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.

void HIC_Set_PolyCyliner_Points(HIC_Geometry *geo, int index, HIC_Point *p)

This function sets the polycylinder point (at index) to the HIC_Point value of the passed in parameter.

Parameters:
  • 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.

void HIC_Set_PolyCylinder_Radii(HIC_Geometry *geo, int index, float r)

This function sets the polycylinder radius (at index) to the float value of the passed in parameter.

Parameters:
  • 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.