VisualTransformFromWorldNormal Method |
Transform a world normal to a local normal
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Vector3 TransformFromWorldNormal(
Vector3 worldNormal
)
Parameters
- worldNormal
- Type: Microsoft.DirectXVector3
World normal relative to the Scene.
Return Value
Type:
Vector3Local normal relative to the Visual.
See Also