Views from a point to a direction. Sets the camera's position and the direction vector indicating where the camera is looking.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def ViewDirectionWithUpAxis(self, Axes:"IAgCrdnAxes", CameraPosition:"IAgCrdnPoint", Direction:"IAgCrdnVector", UpAxis:list) -> None: |
- Axes
- The
of rotation. will be set to this. - CameraPosition
- The
that will be evaluated at the animation time to get . - Direction
- The
that will be evaluated at the animation time to get . - UpAxis
- An array containing the up direction (in the order x, y, z) in
.
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





