頂点

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Comparable

public abstract class Vertex implements Comparable<Vertex>

生の頂点にアクセスするために使用される頂点参照、TriMeshです。

コンストラクタ

コンストラクタ説明
Vertex()

メソッド

メソッド説明
compareTo(Vertex other)頂点を別の頂点インスタンスと比較する
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
readDouble(VertexField field)double フィールドを読み取る
readFVector2(VertexField field)vector2 フィールドを読み取る
readFVector3(VertexField field)vector3 フィールドを読み取る
readFVector4(VertexField field)vector4 フィールドを読み取ります
readFloat(VertexField field)float フィールドを読み取ります
readVector2(VertexField field)vector2 フィールドを読み取る
readVector3(VertexField field)vector3 フィールドを読み取る
readVector4(VertexField field)vector4 フィールドを読み取ります
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Vertex()

public Vertex()

compareTo(Vertex other)

public abstract int compareTo(Vertex other)

頂点を別の頂点インスタンスと比較する

Parameters:

パラメーター説明
otherVertex

Returns: int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

readDouble(VertexField field)

public double readDouble(VertexField field)

double フィールドを読み取る

Parameters:

パラメーター説明
fieldVertexFieldfloat/double 互換のデータ型を持つフィールド

Returns: double

readFVector2(VertexField field)

public FVector2 readFVector2(VertexField field)

vector2 フィールドを読み取る

Parameters:

パラメーター説明
fieldVertexFieldVector2/FVector2 データ型を持つフィールド

Returns: FVector2

readFVector3(VertexField field)

public FVector3 readFVector3(VertexField field)

vector3 フィールドを読み取る

Parameters:

パラメーター説明
fieldVertexFieldVector3/FVector3 データ型を持つフィールド

Returns: FVector3

readFVector4(VertexField field)

public FVector4 readFVector4(VertexField field)

vector4 フィールドを読み取ります

Parameters:

パラメーター説明
fieldVertexFieldVector4/FVector4 データ型を持つフィールド

Returns: FVector4

readFloat(VertexField field)

public float readFloat(VertexField field)

float フィールドを読み取ります

Parameters:

パラメーター説明
fieldVertexFieldfloat/double 互換のデータ型を持つフィールド

Returns: float

readVector2(VertexField field)

public Vector2 readVector2(VertexField field)

vector2 フィールドを読み取る

Parameters:

パラメーター説明
fieldVertexFieldVector2/FVector2 データ型を持つフィールド

Returns: Vector2

readVector3(VertexField field)

public Vector3 readVector3(VertexField field)

vector3 フィールドを読み取る

Parameters:

パラメーター説明
fieldVertexFieldVector3/FVector3 データ型を持つフィールド

Returns: Vector3

readVector4(VertexField field)

public Vector4 readVector4(VertexField field)

vector4 フィールドを読み取ります

Parameters:

パラメーター説明
fieldVertexFieldVector4/FVector4 データ型を持つフィールド

Returns: Vector4

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int