Show / Hide Table of Contents

Struct BaselineVector

Baseline vector

Namespace: Stac.Extensions.Sat
Assembly: DotNetStac.dll
Syntax
public struct BaselineVector

Constructors

| Improve this Doc View Source

BaselineVector(Double, Double, Double)

Initializes a new instance of the BaselineVector struct.

Declaration
public BaselineVector(double perpendicular, double parallel, double along)
Parameters
Type Name Description
System.Double perpendicular

Perpendicular component.

System.Double parallel

Parallel component.

System.Double along

Along component.

Properties

| Improve this Doc View Source

Along

Gets the along component.

Declaration
public double Along { get; }
Property Value
Type Description
System.Double

The along component.

| Improve this Doc View Source

Parallel

Gets the parallel component.

Declaration
public double Parallel { get; }
Property Value
Type Description
System.Double

The parallel component.

| Improve this Doc View Source

Perpendicular

Gets the perpendicular component.

Declaration
public double Perpendicular { get; }
Property Value
Type Description
System.Double

The perpendicular component.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX