Click or drag to resize
IMyCubeGridGridIntegerToWorld Method

[This is preliminary documentation and is subject to change.]

Converts grid coordinates to world space

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Vector3D GridIntegerToWorld(
	Vector3I gridCoords
)

Parameters

gridCoords
Type: Vector3I

[Missing <param name="gridCoords"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.GridIntegerToWorld(VRageMath.Vector3I)"]

Return Value

Type: Vector3D

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.GridIntegerToWorld(VRageMath.Vector3I)"]

Implements

IMyCubeGridGridIntegerToWorld(Vector3I)
See Also