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) |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis0 | ( | HIC_Geometry const * | geo, | |
HIC_Point const * | p | |||
) |
geo | A pointer to a const HIC_Geometry. | |
p | A HIC_Point *, value to set the cylinder axis 0 to. |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Axis1 | ( | HIC_Geometry const * | geo, | |
HIC_Point const * | p | |||
) |
geo | A pointer to a const HIC_Geometry. | |
p | A HIC_Point *, value to set the cylinder axis 1 to. |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis0 | ( | HIC_Geometry const * | geo, | |
HIC_Vector const * | v | |||
) |
geo | A pointer to a const HIC_Geometry. | |
v | A HIC_Vector *, value to set the cylinder basis axis 0 to. |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Basis_Axis1 | ( | HIC_Geometry const * | geo, | |
HIC_Vector const * | v | |||
) |
geo | A pointer to a const HIC_Geometry. | |
v | A HIC_Vector *, value to set the cylinder basis axis 1 to. |
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Radius | ( | HIC_Geometry const * | geo, | |
float | radius | |||
) |
geo | A pointer to a const HIC_Geometry. | |
radius | A float, value to set the cylinder radius to. |