@JsType(isNative=true, namespace="Cesium", name="VelocityOrientationProperty") public class VelocityOrientationProperty extends Property<Quaternion>
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
Gets or sets the ellipsoid used to determine which way is up.
|
Property |
position
Gets or sets the position property used to compute orientation.
|
Constructor and Description |
---|
VelocityOrientationProperty()
A
Property which evaluates to a Quaternion rotation based on the velocity of the provided PositionProperty . |
VelocityOrientationProperty(Property position)
A
Property which evaluates to a Quaternion rotation based on the velocity of the provided PositionProperty . |
VelocityOrientationProperty(Property position,
Ellipsoid ellipsoid)
A
Property which evaluates to a Quaternion rotation based on the velocity of the provided PositionProperty . |
definitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Property position
@JsConstructor public VelocityOrientationProperty()
Property
which evaluates to a Quaternion
rotation based on the velocity of the provided PositionProperty
.@JsConstructor public VelocityOrientationProperty(Property position)
Property
which evaluates to a Quaternion
rotation based on the velocity of the provided PositionProperty
.position
- The position property used to compute the orientation.@JsConstructor public VelocityOrientationProperty(Property position, Ellipsoid ellipsoid)
Property
which evaluates to a Quaternion
rotation based on the velocity of the provided PositionProperty
.position
- The position property used to compute the orientation.ellipsoid
- The ellipsoid used to determine which way is up.Copyright © 2019. All rights reserved.