Package | Description |
---|---|
org.cesiumjs.cs.core |
Modifier and Type | Method and Description |
---|---|
OrthographicFrustum |
OrthographicFrustum.clone()
OrthographicFrustum
|
OrthographicFrustum |
OrthographicFrustum.clone(OrthographicFrustum result)
OrthographicFrustum
|
Modifier and Type | Method and Description |
---|---|
OrthographicFrustum |
OrthographicFrustum.clone(OrthographicFrustum result)
OrthographicFrustum
|
boolean |
OrthographicFrustum.equals(OrthographicFrustum other)
Compares the provided OrthographicFrustum componentwise and returns true if they are equal, false otherwise.
|
boolean |
OrthographicFrustum.equalsEpsilon(OrthographicFrustum other,
double relativeEpsilon)
Compares the provided OrthographicFrustum componentwise and returns true if they pass an absolute or relative
tolerance test, false otherwise.
|
boolean |
OrthographicFrustum.equalsEpsilon(OrthographicFrustum other,
double relativeEpsilon,
double absoluteEpsilon)
Compares the provided OrthographicFrustum componentwise and returns true if they pass an absolute or relative
tolerance test, false otherwise.
|
Copyright © 2019. All rights reserved.