Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
| 
 | 
 
..SourceToTargetVector Method 
 | 
 
| 
 | 
 
 
 
Returns a vector representing the line from the source point to the target point. 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public static Vector3 SourceToTargetVector( 
 Vector3 source, 
 Vector3 target 
) 
 | 
 
 
 
Visual Basic 
 | 
 
Public Shared Function SourceToTargetVector ( 
 source As Vector3, 
 target As Vector3 
) As Vector3 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
static Vector3 SourceToTargetVector( 
 Vector3 source, 
 Vector3 target 
) 
 | 
 
 
 
Parameters 
source 
Type: Vector3 
The source position. 
target 
Type: Vector3 
The target position. 
Return Value 
Type: Vector3 
Returns a vector representing the line from the source point to the target point. 
 See Also 
DPSFHelper Class 
DPSFHelper Members 
DPSF Namespace 
  
Send comments on this topic to  
 |