public abstract class BaseSRF_WithTangentPlaneSurface extends BaseSRF_3D
BaseSRF_3D, BaseSRF_component_is_angular, _component_valid_region_internalSRFs, _myCsCode, _myOpSeq, _mySrftCode, _orm, _rt| Constructor and Description |
|---|
BaseSRF_WithTangentPlaneSurface() |
| Modifier and Type | Method and Description |
|---|---|
abstract CoordSurf |
createSurfaceCoordinate()
Creates a surface coordinate object with default [ Double.NaN, Double.NaN ].
|
abstract CoordSurf |
createSurfaceCoordinate(double coord_surf_comp1,
double coord_surf_comp2)
Creates a surface coordinate object with initial values.
|
abstract CoordSurf |
getAssociatedSurfaceCoordinate(Coord3D coord)
Returns a surface coordinate associated with a 3D coordinate.
|
abstract Coord3D |
getPromotedSurfaceCoordinate(CoordSurf surf_coord)
Returns a 3D coordinate representing the same location as specified
by a surface coordinate.
|
double[] |
getSurfaceCoordinateValues(CoordSurf coord_surf)
Retrieves a coordinate surface component values
|
calculateEuclideanDistance, changeCoordinate3DArraySRF, changeCoordinate3DArraySRFObject, changeCoordinate3DSRF, changeCoordinate3DSRFObject, changeDirectionArraySRF, changeDirectionArraySRFObject, changeDirectionSRF, changeDirectionSRFObject, checkDirection, comp_ori_mat, compLTP, computeSRFOrientation, createCoordinate3D, createCoordinate3D, createDirection, createDirection, createLococentricEuclidean3DSRF, getCoordinate3DValues, getDirectionValues, getExtendedValidRegion, getLocalTangentFrameSRFParameters, getMemberCode, getNaturalSRFSetMember, getNaturalSRFSetMemberCode, getValidRegion, setExtendedValidRegion, setValidRegion, transformOrientation, transformOrientationCommonOrigin, transformVector, transformVectorCommonOrigin, transformVectorInBodyFrame, transformVectorInBodyFrameCommonOrigincalculateEuclideanDistance, changeCoordinateSRF, checkCoordinate, createSRFSetMember, createStandardSRF, get_orm, get_rt, getA, getCSCode, getF, getImplVerInfo, getOrm, getRt, getSRFCode, getSRFSetCode, getSRFSetMemberCode, getSRFTemplateCode, interimConv, isEqual, makeClone, querySRFTSupport, setSrfCode, setSrfSetCode, setSrfSetMemberCode, toStringpublic abstract CoordSurf createSurfaceCoordinate()
public abstract CoordSurf createSurfaceCoordinate(double coord_surf_comp1, double coord_surf_comp2)
coord_surf_comp1 - in: the values of the first component of the surface coordinatecoord_surf_comp2 - in: the values of the second component of the surface coordinatepublic double[] getSurfaceCoordinateValues(CoordSurf coord_surf) throws SrmException
coord_surf - in: a surface coordinateSrmExceptionpublic abstract CoordSurf getAssociatedSurfaceCoordinate(Coord3D coord) throws SrmException
coord - in: a 3D coordinate in this SRFSrmExceptionpublic abstract Coord3D getPromotedSurfaceCoordinate(CoordSurf surf_coord) throws SrmException
surf_coord - in: a surface coordinate in this SRFSrmExceptionCopyright © 2013 SEDRIS. All Rights Reserved.