Package | Description |
---|---|
org.cesiumjs.cs.core |
Modifier and Type | Method and Description |
---|---|
static Interval |
BoundingSphere.computePlaneDistances(BoundingSphere sphere,
Cartesian3 position,
Cartesian3 direction)
The distances calculated by the vector from the center of the bounding sphere to position projected onto direction plus/minus the radius of the bounding sphere.
|
static Interval |
BoundingSphere.computePlaneDistances(BoundingSphere sphere,
Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding sphere to position projected onto direction plus/minus the radius of the bounding sphere.
|
Interval |
OrientedBoundingBox.computePlaneDistances(Cartesian3 position,
Cartesian3 direction)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
Interval |
BoundingSphere.computePlaneDistances(Cartesian3 position,
Cartesian3 direction)
The distances calculated by the vector from the center of the bounding sphere to position projected onto
direction plus/minus the radius of the bounding sphere.
|
Interval |
OrientedBoundingBox.computePlaneDistances(Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
Interval |
BoundingSphere.computePlaneDistances(Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding sphere to position projected onto
direction plus/minus the radius of the bounding sphere.
|
static Interval |
OrientedBoundingBox.computePlaneDistances(OrientedBoundingBox box,
Cartesian3 position,
Cartesian3 direction)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
static Interval |
OrientedBoundingBox.computePlaneDistances(OrientedBoundingBox box,
Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
static Interval |
IntersectionTests.lineSegmentSphere(Cartesian3 p0,
Cartesian3 p1,
BoundingSphere sphere)
Computes the intersection points of a line segment with a sphere.
|
static Interval |
IntersectionTests.lineSegmentSphere(Cartesian3 p0,
Cartesian3 p1,
BoundingSphere sphere,
Interval result)
Computes the intersection points of a line segment with a sphere.
|
static Interval |
IntersectionTests.rayEllipsoid(Ray ray,
Ellipsoid ellipsoid)
Computes the intersection points of a ray with an ellipsoid.
|
static Interval |
IntersectionTests.raySphere(Ray ray,
BoundingSphere sphere)
Computes the intersection points of a ray with a sphere.
|
static Interval |
IntersectionTests.raySphere(Ray ray,
BoundingSphere sphere,
Interval result)
Computes the intersection points of a ray with a sphere.
|
Modifier and Type | Method and Description |
---|---|
static Interval |
BoundingSphere.computePlaneDistances(BoundingSphere sphere,
Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding sphere to position projected onto direction plus/minus the radius of the bounding sphere.
|
Interval |
OrientedBoundingBox.computePlaneDistances(Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
Interval |
BoundingSphere.computePlaneDistances(Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding sphere to position projected onto
direction plus/minus the radius of the bounding sphere.
|
static Interval |
OrientedBoundingBox.computePlaneDistances(OrientedBoundingBox box,
Cartesian3 position,
Cartesian3 direction,
Interval result)
The distances calculated by the vector from the center of the bounding box to position projected onto direction.
|
static Interval |
IntersectionTests.lineSegmentSphere(Cartesian3 p0,
Cartesian3 p1,
BoundingSphere sphere,
Interval result)
Computes the intersection points of a line segment with a sphere.
|
static Interval |
IntersectionTests.raySphere(Ray ray,
BoundingSphere sphere,
Interval result)
Computes the intersection points of a ray with a sphere.
|
Copyright © 2019. All rights reserved.