No description available
figura.docs.vectors
No description available
figura.docs.vectors.angle_to_dir
VectorsAPI.angleToDir(vec: Vector2): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444079||
| Return Value | typings.2002444080
VectorsAPI.angleToDir(pitch: Number, yaw: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| pitch accepts | typings.-1950496919||
| yaw accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.hex_to_rgb
VectorsAPI.hexToRGB(hex: String): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| hex accepts | typings.-1808118735||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.hsv_to_rgb
VectorsAPI.hsvToRGB(hsv: Vector3): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| hsv accepts | typings.2002444080||
| Return Value | typings.2002444080
VectorsAPI.hsvToRGB(h: Number, s: Number, v: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| h accepts | typings.-1950496919||
| s accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.int_to_rgb
VectorsAPI.intToRGB(color: Integer): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.-672261858||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.rgb_to_hsv
VectorsAPI.rgbToHSV(rgb: Vector3): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| rgb accepts | typings.2002444080||
| Return Value | typings.2002444080
VectorsAPI.rgbToHSV(r: Number, g: Number, b: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.rgb_to_hex
VectorsAPI.rgbToHex(rgb: Vector3): String | Method Property | Fluent Description | Representation |
|---|---|---|
| rgb accepts | typings.2002444080||
| Return Value | typings.-1808118735
VectorsAPI.rgbToHex(r: Number, g: Number, b: Number): String | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.-1808118735
No description available
figura.docs.vectors.rgb_to_int
VectorsAPI.rgbToInt(rgb: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| rgb accepts | typings.2002444080||
| Return Value | typings.-672261858
VectorsAPI.rgbToInt(r: Number, g: Number, b: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.-672261858
No description available
figura.docs.vectors.rotate_around_axis
VectorsAPI.rotateAroundAxis(angle: Number, vec: Vector3, axis: Vector3): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| angle accepts | typings.-1950496919||
| vec accepts | typings.2002444080||
| axis accepts | typings.2002444080||
| Return Value | typings.2002444080
VectorsAPI.rotateAroundAxis(angle: Number, x: Number, y: Number, z: Number, axis: Vector3): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| angle accepts | typings.-1950496919||
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| axis accepts | typings.2002444080||
| Return Value | typings.2002444080
VectorsAPI.rotateAroundAxis(angle: Number, vec: Vector3, axisX: Number, axisY: Number, axisZ: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| angle accepts | typings.-1950496919||
| vec accepts | typings.2002444080||
| axisX accepts | typings.-1950496919||
| axisY accepts | typings.-1950496919||
| axisZ accepts | typings.-1950496919||
| Return Value | typings.2002444080
VectorsAPI.rotateAroundAxis(angle: Number, x: Number, y: Number, z: Number, axisX: Number, axisY: Number, axisZ: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| angle accepts | typings.-1950496919||
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| axisX accepts | typings.-1950496919||
| axisY accepts | typings.-1950496919||
| axisZ accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.to_camera_space
VectorsAPI.toCameraSpace(vec: Vector3): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.2002444080
VectorsAPI.toCameraSpace(x: Number, y: Number, z: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.vec
VectorsAPI.vec(x: Number, y: Number): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.2002444079
VectorsAPI.vec(x: Number, y: Number, z: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.2002444080
VectorsAPI.vec(x: Number, y: Number, z: Number, w: Number): Vector4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| w accepts | typings.-1950496919||
| Return Value | typings.2002444081
No description available
figura.docs.vectors.vec2
VectorsAPI.vec2(x: Number, y: Number): Vector2 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| Return Value | typings.2002444079
No description available
figura.docs.vectors.vec3
VectorsAPI.vec3(x: Number, y: Number, z: Number): Vector3 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.2002444080
No description available
figura.docs.vectors.vec4
VectorsAPI.vec4(x: Number, y: Number, z: Number, w: Number): Vector4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| w accepts | typings.-1950496919||
| Return Value | typings.2002444081
No description available
figura.docs.vectors.world_to_screen_space
VectorsAPI.worldToScreenSpace(vec: Vector3): Vector4 | Method Property | Fluent Description | Representation |
|---|---|---|
| vec accepts | typings.2002444080||
| Return Value | typings.2002444081
VectorsAPI.worldToScreenSpace(x: Number, y: Number, z: Number): Vector4 | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.2002444081
listFiles
action_wheel
Action
BlockRaycastTypes