ExtensionToDXVector3 Method |
[Missing <summary> documentation for "M:Demo3D.Visuals.Extension.ToDXVector3(Demo3D.Raw.Vector3)"]
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static Vector3 ToDXVector3(
this Vector3 vector3
)
Parameters
- vector3
- Type: Vector3
[Missing <param name="vector3"/> documentation for "M:Demo3D.Visuals.Extension.ToDXVector3(Demo3D.Raw.Vector3)"]
Return Value
Type:
Vector3[Missing <returns> documentation for "M:Demo3D.Visuals.Extension.ToDXVector3(Demo3D.Raw.Vector3)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Vector3. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also