UF_BREP_cone_s (查看源代码)
 
定义在: uf_brep_types.h
 
也被称为:
 
概述
A cone is represented by its location, axis vector, and half-angle. The
reference direction need not be perpendicular to the axis vector but must
not be parallel to it. Parameterization is 0 to 2pi in u and length along
the axis in v, positive in the direction of the axis vector. The point
defines the apex of the cone. A mathematical cone consists of two half-cones.
The half retained by this representation is the half in which the axis points
away from the apex of the cone. Note that this means that v parameter values
are always positive.


Data Members

pt_at_apex [ 3 ]
double
Apex location, defines zero v

axis [ 3 ]
double
Axis vector of the cone.

u0_ref_direc [ 3 ]
double
Reference direction, defines the orientation
of zero u.

half_apex_angle
double
half angle of the cone in radians.