Package one.empty3.library
Class POINT3D_RIO
java.lang.Object
one.empty3.library.Representable
one.empty3.library.Point3D
one.empty3.library.POINT3D_RIO
- All Implemented Interfaces:
Serializable
,Comparable
,TemporalComputedObject3D
,MatrixPropertiesObject
,XmlRepresentable
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Point3D
static final Point3D
static final Point3D
static final Point3D
Fields inherited from class one.empty3.library.Representable
CFAST, classPainters, DEFAULT_TEXTURE, defaultHashMapData, DISPLAY_ALL, NFAST, parent, PATH_ELEM_DOUBLE_VALUES, PATH_ELEM_REPRESENTABLE, PATH_ELEM_STRUCTURE_MATRIX, render, rotation, SCALE1, scene, SURFACE_DISPLAY_COL_QUADS, SURFACE_DISPLAY_COL_TRI, SURFACE_DISPLAY_LINES, SURFACE_DISPLAY_POINTS, SURFACE_DISPLAY_TEXT_QUADS, T, texture, vectors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a new Point3D object that represents the difference between the current point and the provided point.mult
(double xFactor) Multiplies each coordinate of the Point3D by the given value.plus
(double i) Calculates the vector sum of this point and the given point.Methods inherited from class one.empty3.library.Point3D
calculerPoint0dT, changeTo, circle, declareProperties, distance, dot, drawStructureDrawFast, end, equals, fromColor, get, get2D, getCoordArr, getDoubleArray, getLength, getNormale, getTempx, getTempy, getTempz, getX, getY, getZ, intersects, isAnyNaN, ISdrawStructureDrawFastIMPLEMENTED, mult, mult, multDot, n, n, n, normalize, norme, norme1, NormeCarree, plus, prodScalaire, prodVect, r, random, random, random2, rotate, set, setCoordArr, setNormale, setTempx, setTempy, setTempz, setX, setY, setZ, sphere, start, textureIndex, to2DwoZ, toArray1d, toColor, toLongString, toString
Methods inherited from class one.empty3.library.Representable
become, calculerCurveT, calculerPointT, calculerSurfaceT, compareTo, computeCubic, computeSpherical, copy, declarations, draw, getCFAST, getDeclaredDataStructure, getDeclaredLists, getDeclaredProperty, getDisplayType, getDisplayTypes, getOrientedPoint, getOrig, getPainter, getPath, getProperty, getPropertyType, getRotation, getTexture, getVectors, getVectX, getVectY, getVectZ, id, id, informer, intersects, paint, refPoint, replace, rotate, setAxes, setCFAST, setDisplayType, setOrig, setPainter, setPaintingAct, setPaintingActForClass, setPosition, setProperty, setRotation, setTexture, setVectX, setVectY, setVectZ, supporteTexture, T, texture, texture, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation
-
Field Details
-
X
-
Y
-
Z
-
O0
-
-
Constructor Details
-
POINT3D_RIO
public POINT3D_RIO(double x0, double y0, double z0) -
POINT3D_RIO
-
POINT3D_RIO
-
-
Method Details
-
clone
-
moins
Description copied from class:Point3D
Returns a new Point3D object that represents the difference between the current point and the provided point. The difference is calculated by subtracting the corresponding coordinates of the provided point from the current point. -
mult
Description copied from class:Point3D
Multiplies each coordinate of the Point3D by the given value. -
plus
-
plus
Description copied from class:Point3D
Calculates the vector sum of this point and the given point.
-