| LineShape Constructor (Vector3F, Vector3F) |
Initializes a new instance of the
LineShape class from a point and direction.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public LineShape(
Vector3F pointOnLine,
Vector3F direction
)
Public Sub New (
pointOnLine As Vector3F,
direction As Vector3F
)
public:
LineShape(
Vector3F pointOnLine,
Vector3F direction
)
new :
pointOnLine : Vector3F *
direction : Vector3F -> LineShape
Parameters
- pointOnLine
- Type: DigitalRune.Mathematics.AlgebraVector3F
A point on the line. - direction
- Type: DigitalRune.Mathematics.AlgebraVector3F
The direction.
Exceptions See Also