| OrthographicViewVolume Constructor (Single, Single, Single, Single, Single, Single) |
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public OrthographicViewVolume(
float left,
float right,
float bottom,
float top,
float near,
float far
)
Public Sub New (
left As Single,
right As Single,
bottom As Single,
top As Single,
near As Single,
far As Single
)
public:
OrthographicViewVolume(
float left,
float right,
float bottom,
float top,
float near,
float far
)
new :
left : float32 *
right : float32 *
bottom : float32 *
top : float32 *
near : float32 *
far : float32 -> OrthographicViewVolume
Parameters
- left
- Type: SystemSingle
The minimum x-value of the view volume at the near clip plane. - right
- Type: SystemSingle
The maximum x-value of the view volume at the near clip plane. - bottom
- Type: SystemSingle
The minimum y-value of the view volume at the near clip plane. - top
- Type: SystemSingle
The maximum y-value of the view volume at the near clip plane. - near
- Type: SystemSingle
The distance to the near clip plane. - far
- Type: SystemSingle
The distance to the far clip plane.
Exceptions See Also