Class GeographicFrame
Inheritance
System.Object
GeographicFrame
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Marus.Core
Assembly: cs.temp.dll.dll
Syntax
public class GeographicFrame
Constructors
GeographicFrame(Transform, Double, Double, Double)
Declaration
public GeographicFrame(Transform transform, double latitude, double longitude, double altitude)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | |
System.Double | latitude | |
System.Double | longitude | |
System.Double | altitude |
Fields
ecef
Declaration
public Geometry.Vector3 ecef
Field Value
Type | Description |
---|---|
Geometry.Vector3 |
Properties
origin
Declaration
public GeoPoint origin { get; }
Property Value
Type | Description |
---|---|
GeoPoint |
originEcef
Declaration
public Geometry.Vector3 originEcef { get; }
Property Value
Type | Description |
---|---|
Geometry.Vector3 |
transform
Declaration
public Transform transform { get; }
Property Value
Type | Description |
---|---|
Transform |
Methods
Unity2Geo(Vector3)
Declaration
public GeoPoint Unity2Geo(Vector3 position)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position |
Returns
Type | Description |
---|---|
GeoPoint |