Sets the eye position for perspective viewing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEyePoint( _
ByVal Eyept As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Eyept As Object
Dim value As Boolean
value = instance.SetEyePoint(Eyept)
|
C# | |
---|
bool SetEyePoint(
object Eyept
) |
C++/CLI | |
---|
bool SetEyePoint(
& Object^ 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