Uses of Interface
toxi.geom.ReadonlyVec4D
Packages that use ReadonlyVec4D
-
Uses of ReadonlyVec4D in toxi.geom
Classes in toxi.geom that implement ReadonlyVec4DMethods in toxi.geom with parameters of type ReadonlyVec4DModifier and TypeMethodDescriptionReadonlyVec4D.add(ReadonlyVec4D v) Add vector v and returns result as new vector.final Vec4DVec4D.add(ReadonlyVec4D v) ReadonlyVec4D.addScaled(ReadonlyVec4D t, float s) final Vec4DVec4D.addScaled(ReadonlyVec4D t, float s) final Vec4DVec4D.addScaledSelf(ReadonlyVec4D t, float s) final Vec4DVec4D.addSelf(ReadonlyVec4D v) floatReadonlyVec4D.angleBetween(ReadonlyVec4D v) Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].final floatVec4D.angleBetween(ReadonlyVec4D v) Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].intReadonlyVec4D.compareTo(ReadonlyVec4D v) Compares the length of the vector with another one.intVec4D.compareTo(ReadonlyVec4D v) floatReadonlyVec4D.distanceTo(ReadonlyVec4D v) Calculates distance to another vector.final floatVec4D.distanceTo(ReadonlyVec4D v) floatReadonlyVec4D.distanceToSquared(ReadonlyVec4D v) Calculates the squared distance to another vector.final floatVec4D.distanceToSquared(ReadonlyVec4D v) floatReadonlyVec4D.dot(ReadonlyVec4D v) Computes the scalar product (dot product) with the given vector.final floatVec4D.dot(ReadonlyVec4D v) booleanVec4D.equals(ReadonlyVec4D v) Returns true if the Object v is of type Vec4D and all of the data members of v are equal to the corresponding data members in this vector.booleanReadonlyVec4D.equalsWithTolerance(ReadonlyVec4D v, float tolerance) Compares this vector with the one given.booleanVec4D.equalsWithTolerance(ReadonlyVec4D v, float tolerance) ReadonlyVec4D.interpolateTo(ReadonlyVec4D v, float f) Interpolates the vector towards the given target vector, using linear interpolation.ReadonlyVec4D.interpolateTo(ReadonlyVec4D v, float f, InterpolateStrategy s) Interpolates the vector towards the given target vector, using the givenInterpolateStrategy.final Vec4DVec4D.interpolateTo(ReadonlyVec4D v, float t) final Vec4DVec4D.interpolateTo(ReadonlyVec4D v, float f, InterpolateStrategy s) final Vec4DVec4D.interpolateToSelf(ReadonlyVec4D v, float t) final Vec4DVec4D.interpolateToSelf(ReadonlyVec4D v, float f, InterpolateStrategy s) ReadonlyVec4D.scale(ReadonlyVec4D s) Scales vector non-uniformly by vector v and returns result as new vector.Vec4D.scale(ReadonlyVec4D s) Vec4D.scaleSelf(ReadonlyVec4D s) final GVectorGVector.set(ReadonlyVec4D tuple) Sets the value of this vector to the values in tuplefinal Vec4DVec4D.set(ReadonlyVec4D v) ReadonlyVec4D.sub(ReadonlyVec4D v) Subtracts vector v and returns result as new vector.final Vec4DVec4D.sub(ReadonlyVec4D v) final Vec4DVec4D.subSelf(ReadonlyVec4D v) Constructors in toxi.geom with parameters of type ReadonlyVec4DModifierConstructorDescriptionConstructs a new GVector and copies the initial values from the specified tuple. -
Uses of ReadonlyVec4D in toxi.processing
Methods in toxi.processing with parameters of type ReadonlyVec4DModifier and TypeMethodDescriptionfinal voidToxiclibsSupport.line(ReadonlyVec4D a, ReadonlyVec4D b) final voidToxiclibsSupport.point(ReadonlyVec4D v)