TransformWireframe

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public static void TransformWireframe(
	this Body body,
	VertexPositionColor[] wireframe
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub TransformWireframe ( _
	body As Body, _
	wireframe As VertexPositionColor() _
)
Visual C++
[ExtensionAttribute]
public:
static void TransformWireframe(
	Body^ body, 
	array<VertexPositionColor>^ wireframe
)

Parameters

body
Type: JigLibX.Physics..::..Body

[Missing <param name="body"/> documentation for "M:JigLibX.Physics.BodyRenderExtensions.TransformWireframe(JigLibX.Physics.Body,Microsoft.Xna.Framework.Graphics.VertexPositionColor[])"]

wireframe
Type: array<VertexPositionColor>[]()[][]

[Missing <param name="wireframe"/> documentation for "M:JigLibX.Physics.BodyRenderExtensions.TransformWireframe(JigLibX.Physics.Body,Microsoft.Xna.Framework.Graphics.VertexPositionColor[])"]

See Also