Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Microsoft.DirectX
Plane Structure
Plane Methods
Dot Method
DotD Method
DotNormal Method
DotNormalD Method
Equals Method
FromPointNormal Method
FromPoints Method
GetHashCode Method
IntersectLine Method
Normalize Method
Scale Method
ToString Method
Transform Method
Plane
IntersectLine Method
Find intersection
Vector3
on
Plane
of the line segment between two
Vector3
s
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
Copy
public
static
Vector3
IntersectLine
(
Plane
p
,
Vector3
v1
,
Vector3
v2
)
Parameters
p
Type:
Microsoft.DirectX
Plane
Source
Plane
v1
Type:
Microsoft.DirectX
Vector3
Start
Vector3
of line segment
v2
Type:
Microsoft.DirectX
Vector3
End
Vector3
of line segment
Return Value
Type:
Vector3
Intersection
Vector3
See Also
Reference
Plane Structure
Microsoft.DirectX Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com