Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..SourceToTargetDirection Method
|
|
Returns a normalized vector representing the direction that points 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 SourceToTargetDirection(
Vector3 source,
Vector3 target
)
|
Visual Basic
|
Public Shared Function SourceToTargetDirection (
source As Vector3,
target As Vector3
) As Vector3
|
Visual C++
|
public:
static Vector3 SourceToTargetDirection(
Vector3 source,
Vector3 target
)
|
Parameters
source
Type: Vector3
The source position.
target
Type: Vector3
The target position.
Return Value
Type: Vector3
Returns a normalized vector representing the direction that points from the source point to the target point.
See Also
DPSFHelper Class
DPSFHelper Members
DPSF Namespace
Send comments on this topic to
|