VisualTransformToWorld Method |
Transform a local coordinate to a world coordinate.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Vector3 TransformToWorld(
Vector3 localPos
)
Parameters
- localPos
- Type: Microsoft.DirectXVector3
Local position relative to the Visual.
Return Value
Type:
Vector3World position relative to the Scene.
See Also