Initializes a new instance.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsProjection InitializeWithData( System.Array Position, IAgOrientation Orientation, double FieldOfViewHorizontal, double FieldOfViewVertical, double NearPlane, double FarPlane ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsProjection^ InitializeWithData( System::Array ^ Position, IAgOrientation ^ Orientation, double FieldOfViewHorizontal, double FieldOfViewVertical, double NearPlane, double FarPlane ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsProjection initializeWithData( AgSafeArray Position, IAgOrientation Orientation, double FieldOfViewHorizontal, double FieldOfViewVertical, double NearPlane, double FarPlane ); |
[Python - STK API ] |
|---|
def InitializeWithData(self, Position:list, Orientation:"IAgOrientation", FieldOfViewHorizontal:float, FieldOfViewVertical:float, NearPlane:float, FarPlane:float) -> "IAgStkGraphicsProjection": |
- Position
- An array containing the cartesian position (in the order x, y, z) of the Projection.
- Orientation
- The Unit Quaternion defining the orientation of the Projection.
- FieldOfViewHorizontal
- The horizontal field of view associated with the Projection.
- FieldOfViewVertical
- The vertical field of view associated with the Projection.
- NearPlane
- The near plane associated with the Projection.
- FarPlane
- The far plane associated with the Projection.
Shows the format of the Position parameter when creating a projection.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Position parameter when creating a projection.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






