BaseMixedRealityLineDataProvider.GetPoint Method

Definition

Overloads

GetPoint(Int32)

Gets a point along the line at the specified index

GetPoint(Single)

Gets a point along the line at the specified normalized length.

GetPoint(Int32)

Gets a point along the line at the specified index

public:
 UnityEngine::Vector3 GetPoint(int pointIndex);
public UnityEngine.Vector3 GetPoint (int pointIndex);
member this.GetPoint : int -> UnityEngine.Vector3
Public Function GetPoint (pointIndex As Integer) As Vector3

Parameters

pointIndex
Int32

Returns

UnityEngine.Vector3

Applies to

GetPoint(Single)

Gets a point along the line at the specified normalized length.

public:
 UnityEngine::Vector3 GetPoint(float normalizedLength);
public UnityEngine.Vector3 GetPoint (float normalizedLength);
member this.GetPoint : single -> UnityEngine.Vector3
Public Function GetPoint (normalizedLength As Single) As Vector3

Parameters

normalizedLength
Single

Returns

UnityEngine.Vector3

Applies to