collapse_all

expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSFHelper
.
.
::
..SourceToTargetDirection Method

gradient

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

collapse_allSyntax

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.

collapse_allSee Also

DPSFHelper Class

DPSFHelper Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com