A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

v - Variable in class com.quinncurtis.chart3djava.ChartPoint3D
The v-coordinate of this Point3D.
v3Add(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the addition c = a + b.
v3Cross(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the cross product c = a cross b.
v3Div(ChartPoint3D, double) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the division c = a / b.
v3Dot(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the dot product of vectors a and b.
v3Length(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the distance between two points.
v3Mag(ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the magnitude of the vector defined by point a and the origin.
v3Normalize(ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Normalizes the vector a so that it has a magnitude of 1.
v3Sub(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns the subtraction c = a - b.
VBAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Vertical bar scatter plot symbol
VBAR3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D Vertical bar scatter plot symbol
VERT_DIR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Oriented in the vertical direction
VIOLET - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z