Click or drag to resize
PhysicsDebugDrawDrawContactPoint Method (Vector3, Vector3, Single, Int32, Color)
Draw contact point.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawContactPoint(
	ref Vector3 pointOnB,
	ref Vector3 normalOnB,
	float distance,
	int lifeTime,
	Color color
)

Parameters

pointOnB
Type: Vector3

[Missing <param name="pointOnB"/> documentation for "M:GeonBit.Core.Physics.PhysicsDebugDraw.DrawContactPoint(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Single,System.Int32,Microsoft.Xna.Framework.Color)"]

normalOnB
Type: Vector3

[Missing <param name="normalOnB"/> documentation for "M:GeonBit.Core.Physics.PhysicsDebugDraw.DrawContactPoint(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Single,System.Int32,Microsoft.Xna.Framework.Color)"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:GeonBit.Core.Physics.PhysicsDebugDraw.DrawContactPoint(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Single,System.Int32,Microsoft.Xna.Framework.Color)"]

lifeTime
Type: SystemInt32

[Missing <param name="lifeTime"/> documentation for "M:GeonBit.Core.Physics.PhysicsDebugDraw.DrawContactPoint(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Single,System.Int32,Microsoft.Xna.Framework.Color)"]

color
Type: Color

[Missing <param name="color"/> documentation for "M:GeonBit.Core.Physics.PhysicsDebugDraw.DrawContactPoint(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Single,System.Int32,Microsoft.Xna.Framework.Color)"]

See Also