| 
   
  Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
| 
 | 
 
| 
 . 
..RandomNormalizedVector Method 
 | 
 
| 
 | 
 
 
 
Returns a vector with a Random direction that has been Normalized. 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public static Vector3 RandomNormalizedVector() 
 | 
 
 
 
Visual Basic 
 | 
 
Public Shared Function RandomNormalizedVector As Vector3 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
static Vector3 RandomNormalizedVector() 
 | 
 
 
 
Return Value 
Type: Vector3 
Returns a vector with a Random direction that has been Normalized. 
 See Also 
DPSFHelper Class 
DPSFHelper Members 
DPSF Namespace 
  
Send comments on this topic to  
 |