UF_BREP_sphere_s (查看源代码)
 
定义在: uf_brep_types.h
 
也被称为:
 
概述
A sphere is represented by its location (center), axis, and radius. The axis
vector represents the axis around which the parameterization is 0 to 2pi and
is u. The reference direction vector indicates the orientation of the 0
parameter value in u. It need not be perpendicular to the axis vector but
must not be parallel to it. V parameterization is -pi/2 to +pi/2, on an
implicit generator of a half-circle. Looking at the sphere in the direction
opposite the axis vector, -p on the generator is away from the observer.
U increases counterclockwise, and v increases towards the observer.


Data Members

center [ 3 ]
double
Center location of the sphere.

axis [ 3 ]
double
Axis of the sphere.

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

radius
double
Radius of the sphere.