Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::SetRay Macro
C++
#define SetRay( pr1, pr2 ) { SetPoint( (pr1)->o, (pr2)->o ),  \
                             SetPoint( (pr1)->n, (pr2)->n ); }

copies the value of a ray into another ray

RAY ray;
RAY ray2;
// set ray to ray2
SetRay( ray, ray2 );
   
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!