Set_Cylinder_XXX

Functions

void

HIC_Set_Cylinder_Radius

void

HIC_Set_Cylinder_Basis_Axis0

void

HIC_Set_Cylinder_Basis_Axis1

void

HIC_Set_Cylinder_Axis0

void

HIC_Set_Cylinder_Axis1

Detailed Description

group Set_Cylinder_XXX

Function Documentation

void HIC_Set_Cylinder_Radius(HIC_Geometry *geo, float radius)

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

Parameters:
  • geo – A pointer to a const HIC_Geometry.

  • radius – A float, value to set the cylinder radius to.

void HIC_Set_Cylinder_Basis_Axis0(HIC_Geometry *geo, HIC_Vector *v)

This function sets the cylinder basis axis 0 to the HIC_Vector value of the passed in parameter.

Parameters:
  • geo – A pointer to a const HIC_Geometry.

  • v – A HIC_Vector *, value to set the cylinder basis axis 0 to.

void HIC_Set_Cylinder_Basis_Axis1(HIC_Geometry *geo, HIC_Vector *v)

This function sets the cylinder basis axis 1 to the HIC_Vector value of the passed in parameter.

Parameters:
  • geo – A pointer to a const HIC_Geometry.

  • v – A HIC_Vector *, value to set the cylinder basis axis 1 to.

void HIC_Set_Cylinder_Axis0(HIC_Geometry *geo, HIC_Point *p)

This function sets the cylinder axis 0 to the HIC_Point value of the passed in parameter.

Parameters:
  • geo – A pointer to a const HIC_Geometry.

  • p – A HIC_Point *, value to set the cylinder axis 0 to.

void HIC_Set_Cylinder_Axis1(HIC_Geometry *geo, HIC_Point *p)

This function sets the cylinder axis 1 to the HIC_Point value of the passed in parameter.

Parameters:
  • geo – A pointer to a const HIC_Geometry.

  • p – A HIC_Point *, value to set the cylinder axis 1 to.