Bearbeiten

NearInteractionTouchable.AreLocalVectorsOrthogonal Property

Definition

Returns true if the LocalForward and LocalUp vectors are orthogonal.

public:
 property bool AreLocalVectorsOrthogonal { bool get(); };
public bool AreLocalVectorsOrthogonal { get; }
member this.AreLocalVectorsOrthogonal : bool
Public ReadOnly Property AreLocalVectorsOrthogonal As Boolean

Property Value

Remarks

LocalRight is computed using the cross product and is always orthogonal to LocalForward and LocalUp.

Applies to