| Modifier and Type | Method and Description |
|---|---|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.changeCoordinate3DSRF(Coord3D src,
Coord3D tgt)
Changes a coordinate's values to this SRF.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.changeCoordinate3DSRFObject(Coord3D src,
SRM_ORM_Trans_3D_Params hst,
Coord3D tgt)
Changes a coordinate's values to this SRF using tranformation object.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF.changeCoordinateSRF(Coord src,
Coord tgt)
Changes a coordinate's values to this SRF.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.changeDirectionSRF(Direction src_dir,
Direction tgt_dir)
Changes a direction's reference coordinate and vector to this SRF.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.changeDirectionSRFObject(Direction src_dir,
SRM_ORM_Trans_3D_Params hst,
Direction tgt_dir)
Changes a direction's values to this SRF using tranformation object.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF.checkCoordinate(Coord src)
Check a coordinate in this SRF for valid region.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.checkDirection(Direction direction)
Check a direction in this SRF.
|
protected SRM_Coordinate_Valid_Region_Code |
OpManager.computeAsArray(BaseSRF srcSrf,
BaseSRF tgtSrf,
double[] src,
double[] dest,
SRM_ORM_Trans_Params hst) |
protected abstract SRM_Coordinate_Valid_Region_Code |
Conversions.convert(SRM_SRFT_Code srfType,
BaseSRF srcSrf,
BaseSRF destSrf,
double[] src,
double[] dest,
SRM_ORM_Trans_Params hst) |
SRM_Coordinate_Valid_Region_Code |
LteConv.convert(SRM_SRFT_Code destSrfType,
BaseSRF srcSrf,
BaseSRF destSrf,
double[] src,
double[] dest,
SRM_ORM_Trans_Params hst) |
static SRM_Coordinate_Valid_Region_Code |
SRM_Coordinate_Valid_Region_Code.getEnum(int item) |
protected SRM_Coordinate_Valid_Region_Code |
SphereConv.toCcen(BaseSRF srcSrf,
BaseSRF destSrf,
double[] source_generic_coord,
double[] dest_generic_coord) |
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.transformOrientationCommonOrigin(Coord3D src_ref_loc,
Orientation src_ori,
Coord3D tgt_ref_loc,
Orientation tgt_ori)
Given an orientation with respect to a local tangent frame (LTF_S) associated
with a reference location in the source SRF, this method computes the orientation
with respect to the local tangent frame (LTF_T) associated with the specified
reference location in the target SRF.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.transformVectorCommonOrigin(Coord3D src_ref_loc,
double[] src_vec,
Coord3D tgt_ref_loc,
double[] tgt_vec)
Given a vector in the local tangent frame (LTF_S) associated with a reference
location in the source SRF, this method computes the vector in the local tangent
frame (LTF_T) associated with the specified reference location in the target SRF.
|
SRM_Coordinate_Valid_Region_Code |
BaseSRF_3D.transformVectorInBodyFrameCommonOrigin(Coord3D src_ref_loc,
Orientation src_ori,
double[] src_vec,
Coord3D tgt_ref_loc,
double[] tgt_vec)
Given a vector in a body frame (or in general any linear reference frame) whose
orientation with respect to the local tangent frame (LTF_S) that is associated with a reference
location in the source SRF, this method computes the vector in the local tangent frame
(LTF_T) associated with the specified reference location in the target SRF.
|
static SRM_Coordinate_Valid_Region_Code |
SRM_Coordinate_Valid_Region_Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRM_Coordinate_Valid_Region_Code[] |
SRM_Coordinate_Valid_Region_Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BaseSRF_3D.changeCoordinate3DArraySRF(Coord3D[] src,
Coord3D[] tgt,
SRM_Coordinate_Valid_Region_Code[] region)
Changes an array of 3D coordinate to this SRF.
|
int |
BaseSRF_3D.changeCoordinate3DArraySRFObject(Coord3D[] src,
SRM_ORM_Trans_3D_Params hst,
Coord3D[] tgt,
SRM_Coordinate_Valid_Region_Code[] region)
Changes an array of coordinates to this SRF using tranformation object.
|
int |
BaseSRF_3D.changeDirectionArraySRF(Direction[] src_dir,
Direction[] tgt_dir,
SRM_Coordinate_Valid_Region_Code[] region)
Changes an array of directions to this SRF.
|
int |
BaseSRF_3D.changeDirectionArraySRFObject(Direction[] src_dir,
SRM_ORM_Trans_3D_Params hst,
Direction[] tgt_dir,
SRM_Coordinate_Valid_Region_Code[] region)
Changes an array of directions to this SRF using tranformation object.
|
Copyright © 2013 SEDRIS. All Rights Reserved.