VisualTransformToParentNormal Method |
Transform a local normal to normal local to parent
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Vector3 TransformToParentNormal(
Vector3 localNormal
)
Parameters
- localNormal
- Type: Microsoft.DirectXVector3
Local normal relative to the Visual.
Return Value
Type:
Vector3Local normal relative to its Parent.
See Also