Package | Description |
---|---|
org.cesiumjs.cs.core |
Modifier and Type | Method and Description |
---|---|
Spherical |
Spherical.clone()
Creates a duplicate of this Spherical.
|
Spherical |
Spherical.clone(Spherical result)
Creates a duplicate of this Spherical.
|
static Spherical |
Spherical.clone(Spherical spherical,
Spherical result)
Creates a duplicate of a Spherical.
|
static Spherical |
Spherical.fromCartesian3(Cartesian3 cartesian3)
Converts the provided Cartesian3 into Spherical coordinates.
|
static Spherical |
Spherical.fromCartesian3(Cartesian3 cartesian3,
Spherical spherical)
Converts the provided Cartesian3 into Spherical coordinates.
|
static Spherical |
Spherical.normalize(Spherical spherical)
Computes the normalized version of the provided spherical.
|
static Spherical |
Spherical.normalize(Spherical spherical,
Spherical result)
Computes the normalized version of the provided spherical.
|
Modifier and Type | Method and Description |
---|---|
Spherical |
Spherical.clone(Spherical result)
Creates a duplicate of this Spherical.
|
static Spherical |
Spherical.clone(Spherical spherical,
Spherical result)
Creates a duplicate of a Spherical.
|
boolean |
Spherical.equals(Spherical other)
Returns true if this spherical is equal to the provided spherical, false otherwise.
|
static boolean |
Spherical.equals(Spherical left,
Spherical right)
Returns true if the first spherical is equal to the second spherical, false otherwise.
|
boolean |
Spherical.equalsEpsilon(Spherical other,
double epsilon)
Returns true if this spherical is within the provided epsilon of the provided spherical, false otherwise.
|
static boolean |
Spherical.equalsEpsilon(Spherical left,
Spherical right)
Returns true if the first spherical is within the provided epsilon of the second spherical, false otherwise.
|
static boolean |
Spherical.equalsEpsilon(Spherical left,
Spherical right,
double epsilon)
Returns true if the first spherical is within the provided epsilon of the second spherical, false otherwise.
|
static Spherical |
Spherical.fromCartesian3(Cartesian3 cartesian3,
Spherical spherical)
Converts the provided Cartesian3 into Spherical coordinates.
|
static Cartesian3 |
Cartesian3.fromSpherical(Spherical spherical,
Cartesian3 result)
Converts the provided Spherical into Cartesian3 coordinates.
|
static Spherical |
Spherical.normalize(Spherical spherical)
Computes the normalized version of the provided spherical.
|
static Spherical |
Spherical.normalize(Spherical spherical,
Spherical result)
Computes the normalized version of the provided spherical.
|
Copyright © 2019. All rights reserved.