FVector3

개요

FVector3 Aspose.3D FOSS에서 Java를 위한 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: Serializable.

FVector3.FVector3는 모든 구성요소를 0으로 설정한 벡터를 생성합니다.

이 클래스는 자바 프로그램에서 FVector3 객체와 작업하는 2가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: FVector3. 모든 퍼블릭 멤버들은 Java 패키지 Aspose.3D FOSS를 설치한 후 어떤 자바 애플리케이션에도 액세스할 수 있습니다.

방법들

NameTypeAccessDescription
zeroFVector3ReadGets the zero.
oneFVector3ReadGets the one.
unitXFVector3ReadGets the unit x.
unitYFVector3ReadGets the unit y.
unitZFVector3ReadGets the unit z.
SignatureDescription
FVector3()Initializes a vector with the specified x, y, and z float values
FVector3(x: float, y: float, z: float)Calls FVector3(x, y, z) on this FVector3 instance.
FVector3(xy: FVector2, z: float)Calls FVector3(xy, z) on this FVector3 instance.
FVector3(vec: Vector3)Calls FVector3(vec) on this FVector3 instance.
FVector3(vec: Vector4)Calls FVector3(vec) on this FVector3 instance.
FVector3(vec: FVector4)Calls FVector3(vec) on this FVector3 instance.
getZero()FVector3Returns the zero.
getOne()FVector3Returns the one.
getUnitX()FVector3Returns the unit x.
getUnitY()FVector3Returns the unit y.
getUnitZ()FVector3Returns the unit z.
create(v: FVector3)Vector3Calls create(v) on this FVector3 instance.
parse(input: String)FVector3Calls parse(input) on this FVector3 instance.
compareTo(other: FVector3)intCalls compareTo(other) on this FVector3 instance.
get(component: int)floatCalls get(component) on this FVector3 instance.
set(component: int, value: float)Calls set(component, value) on this FVector3 instance.
normalize()FVector3Calls normalize on this FVector3 instance.
cross(other: FVector3)FVector3Calls cross(other) on this FVector3 instance.
add(a: FVector3, b: FVector3)FVector3Calls add(a, b) on this FVector3 instance.
sub(a: FVector3, b: FVector3)FVector3Calls sub(a, b) on this FVector3 instance.
mul(a: FVector3, b: float)FVector3Calls mul(a, b) on this FVector3 instance.
mul(b: float, a: FVector3)FVector3Calls mul(b, a) on this FVector3 instance.
div(a: FVector3, b: float)FVector3Calls div(a, b) on this FVector3 instance.
negative(a: FVector3)FVector3Calls negative(a) on this FVector3 instance.
equals(obj: Object)booleanCalls equals(obj) on this FVector3 instance.
hashCode()intCalls hashCode on this FVector3 instance.
toString()StringCalls toString on this FVector3 instance.
clone()FVector3Calls clone on this FVector3 instance.
copyFrom(src: FVector3)Calls copyFrom(src) on this FVector3 instance.

이 부분도 참조하십시오.

 한국어