FVector3
FVector3 — FVector3 क्लास. से विरासत में मिला है: Serializable.
Methods: com.aspose.threed
विधियाँ
स्रोत में कोई सार्वजनिक प्रॉपर्टी दस्तावेज़ित नहीं है।.
विधियाँ
स्रोत में कोई सार्वजनिक मेथड दस्तावेज़ित नहीं है।.
संबंधित देखें
| Name | Type | Access | Description |
|---|---|---|---|
zero | FVector3 | Read | Gets the zero. |
one | FVector3 | Read | Gets the one. |
unitX | FVector3 | Read | Gets the unit x. |
unitY | FVector3 | Read | Gets the unit y. |
unitZ | FVector3 | Read | Gets the unit z. |
| Signature | Description |
|---|---|
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() → FVector3 | Returns the zero. |
getOne() → FVector3 | Returns the one. |
getUnitX() → FVector3 | Returns the unit x. |
getUnitY() → FVector3 | Returns the unit y. |
getUnitZ() → FVector3 | Returns the unit z. |
create(v: FVector3) → Vector3 | Calls create(v) on this FVector3 instance. |
parse(input: String) → FVector3 | Calls parse(input) on this FVector3 instance. |
compareTo(other: FVector3) → int | Calls compareTo(other) on this FVector3 instance. |
get(component: int) → float | Calls get(component) on this FVector3 instance. |
set(component: int, value: float) | Calls set(component, value) on this FVector3 instance. |
normalize() → FVector3 | Calls normalize on this FVector3 instance. |
cross(other: FVector3) → FVector3 | Calls cross(other) on this FVector3 instance. |
add(a: FVector3, b: FVector3) → FVector3 | Calls add(a, b) on this FVector3 instance. |
sub(a: FVector3, b: FVector3) → FVector3 | Calls sub(a, b) on this FVector3 instance. |
mul(a: FVector3, b: float) → FVector3 | Calls mul(a, b) on this FVector3 instance. |
mul(b: float, a: FVector3) → FVector3 | Calls mul(b, a) on this FVector3 instance. |
div(a: FVector3, b: float) → FVector3 | Calls div(a, b) on this FVector3 instance. |
negative(a: FVector3) → FVector3 | Calls negative(a) on this FVector3 instance. |
equals(obj: Object) → boolean | Calls equals(obj) on this FVector3 instance. |
hashCode() → int | Calls hashCode on this FVector3 instance. |
toString() → String | Calls toString on this FVector3 instance. |
clone() → FVector3 | Calls clone on this FVector3 instance. |
copyFrom(src: FVector3) | Calls copyFrom(src) on this FVector3 instance. |