public class EgocentricDirection extends Object implements Serializable
| Constructor and Description |
|---|
EgocentricDirection(SmallAngle az,
SmallAngle el) |
| Modifier and Type | Method and Description |
|---|---|
EgocentricDirection |
add(EgocentricDirection other) |
SmallAngle |
computeDistanceAngle(EgocentricDirection other) |
SmallAngle |
getAzimuth() |
SmallAngle |
getElevation() |
static EgocentricDirection |
getForwardDirection() |
static EgocentricDirection |
makeFromDeg(double azDeg,
double elDeg) |
static EgocentricDirection |
makeFromRad(double azRad,
double elRad) |
EgocentricDirection |
subtract(EgocentricDirection other) |
String |
toString() |
public EgocentricDirection(SmallAngle az, SmallAngle el)
public static EgocentricDirection makeFromRad(double azRad, double elRad)
public static EgocentricDirection makeFromDeg(double azDeg, double elDeg)
public static EgocentricDirection getForwardDirection()
public SmallAngle getAzimuth()
public SmallAngle getElevation()
public EgocentricDirection add(EgocentricDirection other)
public EgocentricDirection subtract(EgocentricDirection other)
public SmallAngle computeDistanceAngle(EgocentricDirection other)
Copyright © 2010-2016. All Rights Reserved.