PhysicsCompoundGeometryTransform Method (PhysicsGeometry) |
Accessor for the transform for the specified child geometric collision shape.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntaxpublic Matrix Transform(
PhysicsGeometry child
)
Parameters
- child
- Type: Demo3D.VisualsPhysicsGeometry
The child geometric collision shape.
Return Value
Type:
MatrixThe transformation matrix for the child geometric collision shape relative to this geometry.
See Also