| Modifier and Type | Method and Description |
|---|---|
Direction |
BaseSRF_3D.createDirection()
Creates a direction object with reference location and vector components as Double.NaN.
|
Direction |
BaseSRF_3D.createDirection(Coord3D ref_coord,
double[] vec)
Creates a direction object.
|
Direction |
Direction.makeClone()
Returns the shallow copy of this object instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
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.
|
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_3D.checkDirection(Direction direction)
Check a direction in this SRF.
|
void |
Direction.copyTo(Direction dir)
Copies the vector component values of this direction to the input direction.
|
SRF_LococentricEuclidean3D |
BaseSRF_3D.createLococentricEuclidean3DSRF(Coord3D lococentre,
Direction primary_axis,
Direction secondary_axis)
creates a Loccentric Euclidean 3D SRF whose origin in at the input lococentre and the
primary and secodary axes are aligned with the input direction axes.
|
void |
BaseSRF_3D.getDirectionValues(Direction direction,
Coord3D ref_coord,
double[] vec)
Retrieves the direction component values.
|
boolean |
Direction.isEqual(Direction dir)
Returns TRUE if the Direction parameters are "Equal"
|
Copyright © 2013 SEDRIS. All Rights Reserved.