@JsFunction
public static interface Transforms.LocalFrameToFixedFrame
| Modifier and Type | Method and Description |
|---|---|
Matrix4 |
function(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame centered at the provided origin to the provided ellipsoid's fixed reference frame.
|
Matrix4 function(Cartesian3 origin, Ellipsoid ellipsoid, Matrix4 result)
origin - The center point of the local reference frame.ellipsoid - The ellipsoid whose fixed frame is used in the transformation.result - The object onto which to store the result.Copyright © 2019. All rights reserved.