![]() |
![]() |
![]() |
UnsafeNativeMethods.Plane.FromPointNormal Method |
Language: |
Constructs a plane from a point and a normal.
Visual Basic .NET Public Shared Function FromPointNormal( _
ByVal pOut As Plane, _
ByVal pPoint As Vector3, _
ByVal pNormal As Vector3 _
) As PlaneC# public static Plane FromPointNormal(
Plane pOut,
Vector3 pPoint,
Vector3 pNormal
);Managed C++ public: static Plane FromPointNormal(
Plane pOut,
Vector3 pPoint,
Vector3 pNormal
);JScript .NET public static function FromPointNormal(
pOut : Plane,
pPoint : Vector3,
pNormal : Vector3
) : Plane;
pOut Microsoft.DirectX.Plane. A Plane structure constructed from the point and the normal. pPoint Microsoft.DirectX.Vector3. A Vector3 structure that defines the point used to construct the plane. pNormal Microsoft.DirectX.Vector3. A Vector3 structure that defines the normal used to construct the plane.
Microsoft.DirectX.Plane . A Plane structure constructed from the point and the normal.
The return value for this method is the same value returned in the pOut parameter. Resultantly, the FromPointNormal method can be used as a parameter for another method.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center