Click or drag to resize
DigitalRunePoseToWorldPosition Method
Converts a position vector from local space to world space (or the parent space for nested coordinate spaces).

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Vector3F ToWorldPosition(
	Vector3F localPosition
)

Parameters

localPosition
Type: DigitalRune.Mathematics.AlgebraVector3F
The local position.

Return Value

Type: Vector3F
The position in world space (or the parent space for nested coordinate spaces).
See Also