Click or drag to resize
IMyCubeGridGetLineIntersectionExactAll Method

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

Returns point of intersection with line

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Nullable<Vector3D> GetLineIntersectionExactAll(
	ref LineD line,
	out double distance,
	out IMySlimBlock intersectedBlock
)

Parameters

line
Type: LineD
Intersecting line
distance
Type: SystemDouble
Distance of intersection
intersectedBlock
Type: VRage.Game.ModAPIIMySlimBlock

[Missing <param name="intersectedBlock"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.GetLineIntersectionExactAll(VRageMath.LineD@,System.Double@,VRage.Game.ModAPI.IMySlimBlock@)"]

Return Value

Type: NullableVector3D
Point of intersection
See Also