Sets the eye position for perspective viewing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetEyePoint( _
ByRef Eyept As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Eyept As Double
Dim value As Boolean
value = instance.ISetEyePoint(Eyept)
|
C# | |
---|
bool ISetEyePoint(
ref double Eyept
) |
C++/CLI | |
---|
bool ISetEyePoint(
& double% Eyept
) |
Parameters
- Eyept
- Array of 3 doubles describing the eye position in screen space
Return Value
True if the eye point is set successfully, false if not
Remarks
See Also