Click or drag to resize

PhysicsCompoundGeometryTransform Method (PhysicsGeometry, Matrix)

Sets the transform for the specified child geometric collision shape.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public void Transform(
	PhysicsGeometry child,
	Matrix transform
)

Parameters

child
Type: Demo3D.VisualsPhysicsGeometry
The child geometric collision shape.
transform
Type: Microsoft.DirectXMatrix
The transformation matrix for the child geometric collision shape relative to this geometry.
See Also