DzCircle3 Class Reference
[Basic Objects]

Describes a parametrically defined circle in 3D space. More...

List of all members.

Properties

DzVec3 center
DzVec3 normal
Number radius

Constructors



 DzCircle3 (DzCircle3 circle)
 DzCircle3 (DzVec3 center, DzVec3 normal, float radius)


Detailed Description

Describes a parametrically defined circle in 3D space.


Constructor & Destructor Documentation

DzCircle3::DzCircle3 ( DzVec3  center,
DzVec3  normal,
float  radius 
)

Overloaded Constructor

Parameters:
center The center point of the circle.
normal The normal of the circle (i.e. a vector perpendicular to the plane of the circle)
radius The radius of the circle.

DzCircle3::DzCircle3 ( DzCircle3  circle  ) 

Copy Constructor.

Parameters:
vin The circle to copy


Member Data Documentation

DzVec3 DzCircle3::center

The center of the circle in 3D space.

DzVec3 DzCircle3::normal

The normal of the plane that the circle lies on.

Number DzCircle3::radius

The radius of the circle.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.