public class IVecR extends IParameterObject implements IVecI, IReferenceParameter
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IVecR.Add | 
| static class  | IVecR.Angle | 
| static class  | IVecR.Cross | 
| static class  | IVecR.Dist | 
| static class  | IVecR.Dist2 | 
| static class  | IVecR.Div | 
| static class  | IVecR.Dot | 
| static class  | IVecR.Eq | 
| static class  | IVecR.EqX | 
| static class  | IVecR.EqY | 
| static class  | IVecR.EqZ | 
| static class  | IVecR.FromX | 
| static class  | IVecR.FromXYZ | 
| static class  | IVecR.FromY | 
| static class  | IVecR.FromZ | 
| static class  | IVecR.Len | 
| static class  | IVecR.Len2 | 
| static class  | IVecR.Mul | 
| static class  | IVecR.Neg | 
| static class  | IVecR.Ref | 
| static class  | IVecR.Rot | 
| static class  | IVecR.Rot2 | 
| static class  | IVecR.Scale1d | 
| static class  | IVecR.SetLen | 
| static class  | IVecR.Shear | 
| static class  | IVecR.Sub | 
| static class  | IVecR.ToVec2 | 
| static class  | IVecR.ToVec2WithAxis | 
| static class  | IVecR.ToVec2WithAxisAndOrigin | 
| static class  | IVecR.ToVec2WithProjection | 
| static class  | IVecR.Transform3 | 
| static class  | IVecR.Transform4 | 
| static class  | IVecR.TransformVec3 | 
| static class  | IVecR.TransformVec4 | 
| static class  | IVecR.Unit | 
| static class  | IVecR.X | 
| static class  | IVecR.Y | 
| static class  | IVecR.Z | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IVecOp | op | 
parent| Constructor and Description | 
|---|
| IVecR(double x,
     double y,
     double z) | 
| IVecR(IDoubleI x,
     IDoubleI y,
     IDoubleI z) | 
| IVecR(IServerI s,
     double x,
     double y,
     double z) | 
| IVecR(IServerI s,
     IDoubleI x,
     IDoubleI y,
     IDoubleI z) | 
| IVecR(IServerI s,
     IVecOp v) | 
| IVecR(IVecOp v) | 
| Modifier and Type | Method and Description | 
|---|---|
| IVecR | add(double x,
   double y,
   double z) | 
| IVecR | add(double f,
   IVecI v)scale add alias | 
| IVecR | add(IDoubleI x,
   IDoubleI y,
   IDoubleI z) | 
| IVecR | add(IDoubleI f,
   IVecI v)scale add | 
| IVecR | add(IVecI u) | 
| IVecR | add(IVecI v,
   double f)scale add | 
| IVecR | add(IVecI v,
   IDoubleI f)scale add | 
| double | angle(double ux,
     double uy,
     double uz)get angle between two vector from 0 to Pi | 
| double | angle(double ux,
     double uy,
     double uz,
     double axisX,
     double axisY,
     double axisZ) | 
| double | angle(ISwitchE e,
     IVecI u)get angle between two vector from 0 to Pi | 
| double | angle(ISwitchE e,
     IVecI u,
     IVecI axis) | 
| IDoubleR | angle(ISwitchR r,
     IVecI u)get angle between two vector from 0 to Pi | 
| IDoubleR | angle(ISwitchR r,
     IVecI u,
     IVecI axis) | 
| double | angle(IVecI u)get angle between two vector from 0 to Pi | 
| double | angle(IVecI u,
     IVecI axis) | 
| IVecR | bisect(double vx,
      double vy,
      double vz)create a new instance of bisector | 
| IVecR | bisect(IVecI v)create a new instance of bisector | 
| IVecR | cp()cp() is alias of dup() | 
| IVecR | cp(double x,
  double y,
  double z)cp() is alias of dup().add() | 
| IVecR | cp(IDoubleI x,
  IDoubleI y,
  IDoubleI z)cp() is alias of dup().add() | 
| IVecR | cp(IVecI v)cp() is alias of dup().add() | 
| IVecR | cross(double ux,
     double uy,
     double uz)cross product, creating a new instance | 
| IVecR | cross(IVecI u)cross is creating a new instance (2011/08/03) | 
| IVecR | dif(double vx,
   double vy,
   double vz)create a new instance of difference | 
| IVecR | dif(IVecI v)methods creating new instance | 
| IVecR | diff(double vx,
    double vy,
    double vz)alias of dif | 
| IVecR | diff(IVecI v)alias of dif | 
| double | dist(double vx,
    double vy,
    double vz)distance of two vectors | 
| double | dist(ISwitchE e,
    IVecI v)distance of two vectors | 
| IDoubleR | dist(ISwitchR r,
    IVecI v)distance of two vectors | 
| double | dist(IVecI v)distance of two vectors | 
| double | dist2(double vx,
     double vy,
     double vz)squared distance of two vectors | 
| double | dist2(ISwitchE e,
     IVecI v)squared distance of two vectors | 
| IDoubleR | dist2(ISwitchR r,
     IVecI v)squared distance of two vectors | 
| double | dist2(IVecI v)squared distance of two vectors | 
| IVecR | div(double u) | 
| IVecR | div(IDoubleI u) | 
| double | dot(double ux,
   double uy,
   double uz)dot product | 
| double | dot(ISwitchE e,
   IVecI u)dot product | 
| IDoubleR | dot(ISwitchR r,
   IVecI u)dot product | 
| double | dot(IVecI u)dot product | 
| IVecR | dup()duplicate the instance | 
| boolean | eq(double vx,
  double vy,
  double vz)check whether location is same or not | 
| boolean | eq(double vx,
  double vy,
  double vz,
  double tolerance)check whether location is same or not with tolerance | 
| boolean | eq(ISwitchE e,
  IVecI v)check whether location is same or not | 
| boolean | eq(ISwitchE e,
  IVecI v,
  double tolerance)check whether location is same or not with tolerance | 
| IBoolR | eq(ISwitchR r,
  IVecI v)check whether location is same or not | 
| IBoolR | eq(ISwitchR r,
  IVecI v,
  IDoubleI tolerance)check whether location is same or not with tolerance | 
| boolean | eq(IVecI v)check whether location is same or not | 
| boolean | eq(IVecI v,
  double tolerance)check whether location is same or not with tolerance | 
| boolean | eqX(double vx)check if same in X | 
| boolean | eqX(double vx,
   double tolerance)check if same in X with tolerance | 
| boolean | eqX(ISwitchE e,
   IVecI v)check if same in X | 
| boolean | eqX(ISwitchE e,
   IVecI v,
   double tolerance)check if same in X with tolerance | 
| IBoolR | eqX(ISwitchR r,
   IVecI v)check if same in X | 
| IBoolR | eqX(ISwitchR r,
   IVecI v,
   IDoubleI tolerance)check if same in X with tolerance | 
| boolean | eqX(IVecI v)check if same in X | 
| boolean | eqX(IVecI v,
   double tolerance)check if same in X with tolerance | 
| boolean | eqY(double vy)check if same in Y | 
| boolean | eqY(double vy,
   double tolerance)check if same in Y with tolerance | 
| boolean | eqY(ISwitchE e,
   IVecI v)check if same in Y | 
| boolean | eqY(ISwitchE e,
   IVecI v,
   double tolerance)check if same in Y with tolerance | 
| IBoolR | eqY(ISwitchR r,
   IVecI v)check if same in Y | 
| IBoolR | eqY(ISwitchR r,
   IVecI v,
   IDoubleI tolerance)check if same in Y with tolerance | 
| boolean | eqY(IVecI v)check if same in Y | 
| boolean | eqY(IVecI v,
   double tolerance)check if same in Y with tolerance | 
| boolean | eqZ(double vz)check if same in Z | 
| boolean | eqZ(double vz,
   double tolerance)check if same in Z with tolerance | 
| boolean | eqZ(ISwitchE e,
   IVecI v)check if same in Z | 
| boolean | eqZ(ISwitchE e,
   IVecI v,
   double tolerance)check if same in Z with tolerance | 
| IBoolR | eqZ(ISwitchR r,
   IVecI v)check if same in Z | 
| IBoolR | eqZ(ISwitchR r,
   IVecI v,
   IDoubleI tolerance)check if same in Z with tolerance | 
| boolean | eqZ(IVecI v)check if same in Z | 
| boolean | eqZ(IVecI v,
   double tolerance)check if same in Z with tolerance | 
| IVecR | flip()alias of neg() | 
| IVec | get() | 
| IDoubleR | getX() | 
| IDoubleR | getY() | 
| IDoubleR | getZ() | 
| boolean | isValid()checking x, y, and z is valid number (not Infinite, nor NaN). | 
| double | len()getting length of the vector | 
| IVecR | len(double l)setting length | 
| IVecR | len(IDoubleI l)setting length | 
| double | len(ISwitchE e)getting length of the vector | 
| IDoubleR | len(ISwitchR r)getting length of the vector | 
| double | len2()getting squared length of the vector | 
| double | len2(ISwitchE e)getting squared length of the vector | 
| IDoubleR | len2(ISwitchR r)getting squared length of the vector | 
| IVecR | mid(double vx,
   double vy,
   double vz)create a new instance of midpoint | 
| IVecR | mid(IVecI v)create a new instance of midpoint | 
| IVecR | mirror(double planeX,
      double planeY,
      double planeZ)alias of ref | 
| IVecR | mirror(double centerX,
      double centerY,
      double centerZ,
      double planeX,
      double planeY,
      double planeZ)alias of ref | 
| IVecR | mirror(IVecI planeDir)alias of ref | 
| IVecR | mirror(IVecI center,
      IVecI planeDir)alias of ref | 
| IVecR | mul(double u) | 
| IVecR | mul(IDoubleI u) | 
| IVecR | mv(double x,
  double y,
  double z)mv() is alias of add() | 
| IVecR | mv(IDoubleI x,
  IDoubleI y,
  IDoubleI z)mv() is alias of add() | 
| IVecR | mv(IVecI v)mv() is alias of add() | 
| IVecR | neg() | 
| IVecR | nml(double vx,
   double vy,
   double vz)alias of cross. | 
| IVecR | nml(double vx1,
   double vy1,
   double vz1,
   double vx2,
   double vy2,
   double vz2)create normal vector from 3 points of self, pt1 and pt2, not unitized | 
| IVecR | nml(IVecI v)alias of cross. | 
| IVecR | nml(IVecI pt1,
   IVecI pt2)create normal vector from 3 points of self, pt1 and pt2, not unitized | 
| IVecOp | operator() | 
| IVecR | ref(double planeX,
   double planeY,
   double planeZ)reflect(mirror) 3 dimensionally to the other side of the plane | 
| IVecR | ref(double centerX,
   double centerY,
   double centerZ,
   double planeX,
   double planeY,
   double planeZ)reflect(mirror) 3 dimensionally to the other side of the plane | 
| IVecR | ref(IVecI planeDir)reflect (mirror) 3 dimensionally to the other side of the plane | 
| IVecR | ref(IVecI center,
   IVecI planeDir)reflect(mirror) 3 dimensionally to the other side of the plane | 
| IVecR | rev()alias of neg() | 
| IVecR | rot(double angle)rotation on XY plane | 
| IVecR | rot(double axisX,
   double axisY,
   double axisZ,
   double angle)rotation around axis vector | 
| IVecR | rot(double centerX,
   double centerY,
   double centerZ,
   double axisX,
   double axisY,
   double axisZ,
   double angle)rotation around axis vector and center point | 
| IVecR | rot(IDoubleI angle)rotation on XY plane | 
| IVecR | rot(IVecI axis,
   double angle)rotation around axis vector | 
| IVecR | rot(IVecI axis,
   IDoubleI angle)rotation around axis vector | 
| IVecR | rot(IVecI axis,
   IVecI destDir)rotate to destination direction vector | 
| IVecR | rot(IVecI center,
   IVecI axis,
   double angle)rotation around axis vector and center point | 
| IVecR | rot(IVecI center,
   IVecI axis,
   IDoubleI angle)rotation around axis vector and center point | 
| IVecR | rot(IVecI center,
   IVecI axis,
   IVecI destPt)rotate to destination point location | 
| IVecR | rot2(double angle)rotation on xy-plane | 
| IVecR | rot2(double centerX,
    double centerY,
    double angle)rotation on xy-plane | 
| IVecR | rot2(IDoubleI angle)rotation on xy-plane | 
| IVecR | rot2(IVecI destDir)rotation on xy-plane to destination direction vector | 
| IVecR | rot2(IVecI center,
    double angle)rotation on xy-plane | 
| IVecR | rot2(IVecI center,
    IDoubleI angle)rotation on xy-plane | 
| IVecR | rot2(IVecI center,
    IVecI destPt)rotation on xy-plane to destination point location | 
| IVecR | scale(double f)alias of mul | 
| IVecR | scale(double centerX,
     double centerY,
     double centerZ,
     double f)scale from a center | 
| IVecR | scale(IDoubleI f)alias of mul | 
| IVecR | scale(IVecI center,
     double f)scale from a center | 
| IVecR | scale(IVecI center,
     IDoubleI f)scale from a center | 
| IVecR | scale1d(double axisX,
       double axisY,
       double axisZ,
       double f)scale only in 1 direction | 
| IVecR | scale1d(double centerX,
       double centerY,
       double centerZ,
       double axisX,
       double axisY,
       double axisZ,
       double f)scale only in 1 direction from a center | 
| IVecR | scale1d(IVecI axis,
       double f)scale only in 1 direction | 
| IVecR | scale1d(IVecI axis,
       IDoubleI f)scale only in 1 direction | 
| IVecR | scale1d(IVecI center,
       IVecI axis,
       double f)scale only in 1 direction from a center | 
| IVecR | scale1d(IVecI center,
       IVecI axis,
       IDoubleI f)scale only in 1 direction from a center | 
| IVecR | set(double x,
   double y,
   double z) | 
| IVecR | set(IDoubleI x,
   IDoubleI y,
   IDoubleI z) | 
| IVecR | set(IVecI u) | 
| IVecR | shear(double sxy,
     double syx,
     double syz,
     double szy,
     double szx,
     double sxz)shear operation | 
| IVecR | shear(IDoubleI sxy,
     IDoubleI syx,
     IDoubleI syz,
     IDoubleI szy,
     IDoubleI szx,
     IDoubleI sxz)shear operation | 
| IVecR | shear(IVecI center,
     double sxy,
     double syx,
     double syz,
     double szy,
     double szx,
     double sxz)shear operation | 
| IVecR | shear(IVecI center,
     IDoubleI sxy,
     IDoubleI syx,
     IDoubleI syz,
     IDoubleI szy,
     IDoubleI szx,
     IDoubleI sxz)shear operation | 
| IVecR | shearXY(double sxy,
       double syx)shear operation on XY | 
| IVecR | shearXY(IDoubleI sxy,
       IDoubleI syx)shear operation on XY | 
| IVecR | shearXY(IVecI center,
       double sxy,
       double syx)shear operation on XY | 
| IVecR | shearXY(IVecI center,
       IDoubleI sxy,
       IDoubleI syx)shear operation on XY | 
| IVecR | shearYZ(double syz,
       double szy)shear operation on YZ | 
| IVecR | shearYZ(IDoubleI syz,
       IDoubleI szy)shear operation on YZ | 
| IVecR | shearYZ(IVecI center,
       double syz,
       double szy)shear operation on YZ | 
| IVecR | shearYZ(IVecI center,
       IDoubleI syz,
       IDoubleI szy)shear operation on YZ | 
| IVecR | shearZX(double szx,
       double sxz)shear operation on ZX | 
| IVecR | shearZX(IDoubleI szx,
       IDoubleI sxz)shear operation on ZX | 
| IVecR | shearZX(IVecI center,
       double szx,
       double sxz)shear operation on ZX | 
| IVecR | shearZX(IVecI center,
       IDoubleI szx,
       IDoubleI sxz)shear operation on ZX | 
| IVecR | sub(double x,
   double y,
   double z) | 
| IVecR | sub(IDoubleI x,
   IDoubleI y,
   IDoubleI z) | 
| IVecR | sub(IVecI u) | 
| IVecR | sum(double vx,
   double vy,
   double vz)create a new instance of total summation | 
| IVecR | sum(IVecI... v)create a new instance of total summation | 
| IVecR | sum(IVecI v)create a new instance of total summation | 
| IVecR | sum(IVecI v2,
   double w2)create a new instance of weighted sum | 
| IVecR | sum(IVecI v2,
   double w1,
   double w2)create a new instance of weighted sum | 
| IVecR | sum(IVecI v2,
   IDoubleI w2)create a new instance of weighted sum | 
| IVecR | sum(IVecI v2,
   IDoubleI w1,
   IDoubleI w2)weighted sum, creating a new instance | 
| IVec2R | to2d() | 
| IVec2R | to2d(IVecI projectionDir) | 
| IVec2R | to2d(IVecI xaxis,
    IVecI yaxis) | 
| IVec2R | to2d(IVecI xaxis,
    IVecI yaxis,
    IVecI origin) | 
| IVec4R | to4d() | 
| IVec4R | to4d(double w) | 
| IVec4R | to4d(IDoubleI w) | 
| IVecR | transform(IMatrix3I mat)transform with matrix | 
| IVecR | transform(IMatrix4I mat)transform with a transformation matrix | 
| IVecR | transform(IVecI xvec,
         IVecI yvec,
         IVecI zvec)transform with a transformation vectors | 
| IVecR | transform(IVecI xvec,
         IVecI yvec,
         IVecI zvec,
         IVecI translate)transform with a transformation vectors | 
| IVecR | translate(double x,
         double y,
         double z)translate is alias of add() | 
| IVecR | translate(IDoubleI x,
         IDoubleI y,
         IDoubleI z)alias of add() | 
| IVecR | translate(IVecI v)alias of add() | 
| IVecR | unit()unitize | 
| double | x()getting x component | 
| IVecR | x(double vx)setting x component | 
| IVecR | x(IDoubleI vx)setting x component | 
| double | x(ISwitchE e)getting x component | 
| IDoubleR | x(ISwitchR r)getting x component | 
| IVecR | x(IVec2I v)setting x component by x component of input vector | 
| IVecR | x(IVecI v)setting x component by x component of input vector | 
| double | y()getting y component | 
| IVecR | y(double vy)setting y component | 
| IVecR | y(IDoubleI vy)setting y component | 
| double | y(ISwitchE e)getting y component | 
| IDoubleR | y(ISwitchR r)getting y component | 
| IVecR | y(IVec2I v)setting y component by y component of input vector | 
| IVecR | y(IVecI v)setting y component by y component of input vector | 
| double | z()getting z component | 
| IVecR | z(double vz)setting z component | 
| IVecR | z(IDoubleI vz)setting z component | 
| double | z(ISwitchE e)getting z component | 
| IDoubleR | z(ISwitchR r)getting z component | 
| IVecR | z(IVecI v)setting z component by z component of input vector | 
| IVecR | zero()setting all zero | 
createObject, parent, parentprotected IVecOp op
public IVecR(double x,
     double y,
     double z)
public IVecR(IVecOp v)
public IVecR(IServerI s, double x, double y, double z)
public IVec get()
public IVecR dup()
ITransformabledup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIpublic IVecOp operator()
operator in interface IReferenceParameterpublic IVecR add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIpublic IVecR add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IVecR add(IVecI u)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIpublic IVecR sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIpublic IVecR sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IVecR sub(IVecI u)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIpublic IVecR mul(IDoubleI u)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecIpublic IVecR mul(double u)
mul in interface ITransformablemul in interface IVecIpublic IVecR div(IDoubleI u)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIpublic IVecR div(double u)
div in interface ITransformablediv in interface IVecIpublic IVecR neg()
neg in interface ITransformableneg in interface IVecIpublic IVecR flip()
flip in interface ITransformableflip in interface IVecIpublic IVecR zero()
public IVecR add(IVecI v, double f)
add in interface ITransformableadd in interface IVecIpublic IVecR add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIpublic IVecR add(double f, IVecI v)
add in interface ITransformableadd in interface IVecIpublic IVecR add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIpublic double dot(double ux,
         double uy,
         double uz)
IVecIpublic IVecR cross(double ux, double uy, double uz)
IVecIpublic double len()
IVecIpublic double len(ISwitchE e)
IVecIpublic IDoubleR len(ISwitchR r)
IVecIpublic double len2()
IVecIpublic double len2(ISwitchE e)
IVecIpublic IDoubleR len2(ISwitchR r)
IVecIpublic double dist(double vx,
          double vy,
          double vz)
IVecIpublic double dist(ISwitchE e, IVecI v)
IVecIpublic IDoubleR dist(ISwitchR r, IVecI v)
IVecIpublic double dist2(IVecI v)
IVecIpublic double dist2(double vx,
           double vy,
           double vz)
IVecIpublic double dist2(ISwitchE e, IVecI v)
IVecIpublic IDoubleR dist2(ISwitchR r, IVecI v)
IVecIpublic boolean eq(IVecI v)
IVecIpublic boolean eq(double vx,
         double vy,
         double vz)
IVecIpublic boolean eq(ISwitchE e, IVecI v)
IVecIpublic IBoolR eq(ISwitchR r, IVecI v)
IVecIpublic boolean eq(IVecI v, double tolerance)
IVecIpublic boolean eq(double vx,
         double vy,
         double vz,
         double tolerance)
IVecIpublic boolean eq(ISwitchE e, IVecI v, double tolerance)
IVecIpublic IBoolR eq(ISwitchR r, IVecI v, IDoubleI tolerance)
IVecIpublic boolean eqX(double vx)
IVecIpublic boolean eqY(double vy)
IVecIpublic boolean eqZ(double vz)
IVecIpublic boolean eqX(ISwitchE e, IVecI v)
IVecIpublic boolean eqY(ISwitchE e, IVecI v)
IVecIpublic boolean eqZ(ISwitchE e, IVecI v)
IVecIpublic IBoolR eqX(ISwitchR r, IVecI v)
IVecIpublic IBoolR eqY(ISwitchR r, IVecI v)
IVecIpublic IBoolR eqZ(ISwitchR r, IVecI v)
IVecIpublic boolean eqX(IVecI v, double tolerance)
IVecIpublic boolean eqY(IVecI v, double tolerance)
IVecIpublic boolean eqZ(IVecI v, double tolerance)
IVecIpublic boolean eqX(double vx,
          double tolerance)
IVecIpublic boolean eqY(double vy,
          double tolerance)
IVecIpublic boolean eqZ(double vz,
          double tolerance)
IVecIpublic boolean eqX(ISwitchE e, IVecI v, double tolerance)
IVecIpublic boolean eqY(ISwitchE e, IVecI v, double tolerance)
IVecIpublic boolean eqZ(ISwitchE e, IVecI v, double tolerance)
IVecIpublic IBoolR eqX(ISwitchR r, IVecI v, IDoubleI tolerance)
IVecIpublic IBoolR eqY(ISwitchR r, IVecI v, IDoubleI tolerance)
IVecIpublic IBoolR eqZ(ISwitchR r, IVecI v, IDoubleI tolerance)
IVecIpublic double angle(IVecI u)
IVecIpublic double angle(double ux,
           double uy,
           double uz)
IVecIpublic double angle(ISwitchE e, IVecI u)
IVecIpublic IDoubleR angle(ISwitchR r, IVecI u)
IVecIpublic double angle(double ux,
           double uy,
           double uz,
           double axisX,
           double axisY,
           double axisZ)
public IVecR rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(double axisX, double axisY, double axisZ, double angle)
IVecIpublic IVecR rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIpublic IVecR rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIpublic IVecR rot(IVecI axis, IVecI destDir)
rot in interface ITransformablerot in interface IVecIpublic IVecR rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ITransformablerot in interface IVecIpublic IVecR rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR rot2(IVecI center, IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR rot2(IVecI center, double angle)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR rot2(double centerX, double centerY, double angle)
public IVecR rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIpublic IVecR scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIpublic IVecR scale(double f)
IVecIscale in interface ITransformablescale in interface IVecIpublic IVecR scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIpublic IVecR scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIpublic IVecR scale(double centerX, double centerY, double centerZ, double f)
IVecIpublic IVecR scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIpublic IVecR scale1d(double axisX, double axisY, double axisZ, double f)
IVecIpublic IVecR scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIpublic IVecR scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIpublic IVecR scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIpublic IVecR scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIpublic IVecR ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIpublic IVecR ref(double planeX, double planeY, double planeZ)
IVecIpublic IVecR ref(IVecI center, IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIpublic IVecR ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIpublic IVecR mirror(IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecIpublic IVecR mirror(double planeX, double planeY, double planeZ)
IVecIpublic IVecR mirror(IVecI center, IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecIpublic IVecR mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIpublic IVecR shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ITransformableshear in interface IVecIpublic IVecR shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIpublic IVecR shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIpublic IVecR shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIpublic IVecR shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIpublic IVecR shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIpublic IVecR shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIpublic IVecR shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIpublic IVecR shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIpublic IVecR shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIpublic IVecR shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIpublic IVecR shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIpublic IVecR shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIpublic IVecR shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIpublic IVecR shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIpublic IVecR shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIpublic IVecR translate(double x, double y, double z)
translate in interface ITransformabletranslate in interface IVecIpublic IVecR translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecIpublic IVecR translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecIpublic IVecR transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecIpublic IVecR transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecIpublic IVecR transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecIpublic IVecR transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecIpublic IVecR mv(double x, double y, double z)
mv in interface ITransformablemv in interface IVecIpublic IVecR mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecIpublic IVecR mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecIpublic IVecR cp()
cp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIpublic IVecR cp(double x, double y, double z)
cp in interface ITransformablecp in interface IVecIpublic IVecR cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIpublic IVecR cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIpublic IVecR dif(double vx, double vy, double vz)
IVecIpublic IVecR diff(double vx, double vy, double vz)
IVecIpublic IVecR mid(IVecI v)
IVecIpublic IVecR mid(double vx, double vy, double vz)
IVecIpublic IVecR sum(IVecI v)
IVecIpublic IVecR sum(double vx, double vy, double vz)
IVecIpublic IVecR sum(IVecI... v)
IVecIpublic IVecR bisect(IVecI v)
IVecIpublic IVecR bisect(double vx, double vy, double vz)
IVecIpublic IVecR sum(IVecI v2, IDoubleI w2)
IVecIpublic IVecR sum(IVecI v2, double w1, double w2)
IVecIpublic IVecR sum(IVecI v2, double w2)
IVecIpublic IVecR nml(double vx, double vy, double vz)
public IVecR nml(IVecI pt1, IVecI pt2)
public IVecR nml(double vx1, double vy1, double vz1, double vx2, double vy2, double vz2)