Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::scale Function
C++
Parameters 
Description 
P_POINT pr 
result vector 
PC_POINT pv1 
vector to scale 
RCOORD k 
constant scalar to apply to vector 

Scales a vector by a scalar

VECTOR result;
VECTOR start;
SetPoint( start, _X );
scale( result, start, 3 );
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!