VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
functions

Functions

const DtPointDtChord::endpoint0 () const
 
const DtPointDtChord::endpoint1 () const
 
double DtChord::directedXComponent () const
 
double DtChord::directedYComponent () const
 
double DtChord::directedZComponent () const
 
const DtExtentDtChord::extent () const
 

Detailed Description

Function Documentation

const DtPoint & DtChord::endpoint0 ( ) const
inline
Returns
The starting point of line segment, corresponding to t=0.

References DtChord::myFirstEndpoint.

const DtPoint & DtChord::endpoint1 ( ) const
inline
Returns
The end point of line segment, corresponding to t=1.

References DtChord::mySecondEndpoint.

double DtChord::directedXComponent ( ) const
inline
Returns
The directed component from p0 to p1 along the X-axis.

References DtChord::myA.

double DtChord::directedYComponent ( ) const
inline
Returns
The directed component from p0 to p1 along the Y-axis.

References DtChord::myB.

double DtChord::directedZComponent ( ) const
inline
Returns
The directed component from p0 to p1 along the Z-axis.

References DtChord::myC.

const DtExtent & DtChord::extent ( ) const
inline
Returns
The minimal lattice aligned extent surrounding the chord.

References DtChord::myExtent.

Referenced by DtChordBundle::addToEnd().


Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)