DzLine3 Class Reference
[Basic Objects]

A 3D line segment. More...

List of all members.

Properties

DzVec3 end
DzVec3 origin

Constructors



 DzLine3 (DzLine3 vin)
 DzLine3 (DzVec3 origin, DzVec3 end)


Detailed Description

A 3D line segment.


Constructor & Destructor Documentation

DzLine3::DzLine3 ( DzVec3  origin,
DzVec3  end 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Parameterized Constructor

Parameters:
origin The origin point of the line.
end The end point of the line.

DzLine3::DzLine3 ( DzLine3  vin  ) 

Copy Constructor.


Member Data Documentation

DzVec3 DzLine3::end

The line's ending point in 3D space.

DzVec3 DzLine3::origin

The line's starting point in 3D space.


Generated on Thu Sep 24 12:21:13 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.