HE_Mesh  6.0.1
wblut.geom.WB_CoordinateMetric4D Interface Reference
+ Inheritance diagram for wblut.geom.WB_CoordinateMetric4D:

Public Member Functions

double getLength4D ()
 
double getSqLength4D ()
 
double getDistance4D (final WB_Coord p)
 
double getSqDistance4D (final WB_Coord p)
 
boolean isZero ()
 

Detailed Description

Interface for implementing metric operations on 4D coordinates.

None of the operators change the calling object.

Author
Frederik Vanhoutte

Member Function Documentation

double wblut.geom.WB_CoordinateMetric4D.getDistance4D ( final WB_Coord  p)

4D distance to coordinate

Parameters
p
Returns

Implemented in wblut.geom.WB_Vector4D.

double wblut.geom.WB_CoordinateMetric4D.getLength4D ( )

Length of 4D coordinate.

Returns

Implemented in wblut.geom.WB_Vector4D.

double wblut.geom.WB_CoordinateMetric4D.getSqDistance4D ( final WB_Coord  p)

Square 4D distance to coordinate.

Parameters
p
Returns

Implemented in wblut.geom.WB_Vector4D.

double wblut.geom.WB_CoordinateMetric4D.getSqLength4D ( )

Square length of 4D coordinate.

Returns

Implemented in wblut.geom.WB_Vector4D.

boolean wblut.geom.WB_CoordinateMetric4D.isZero ( )

Is this a degenerate vector?

Returns

Implemented in wblut.geom.WB_Vector4D.


The documentation for this interface was generated from the following file: