Buy Me a Coffee at ko-fi.com

No description available
figura.docs.vectors

No description available
figura.docs.vectors.angle_to_dir

overload 1:
VectorsAPI.angleToDir(vec: Vector2): Vector3
typings.2002444079typings.2002444080
Method PropertyFluent DescriptionRepresentation
vec accepts
Return Value
overload 2:
VectorsAPI.angleToDir(pitch: Number, yaw: Number): Vector3
typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
pitch accepts
yaw accepts
Return Value

No description available
figura.docs.vectors.hex_to_rgb

overload 1:
VectorsAPI.hexToRGB(hex: String): Vector3
typings.-1808118735typings.2002444080
Method PropertyFluent DescriptionRepresentation
hex accepts
Return Value

No description available
figura.docs.vectors.hsv_to_rgb

overload 1:
VectorsAPI.hsvToRGB(hsv: Vector3): Vector3
typings.2002444080typings.2002444080
Method PropertyFluent DescriptionRepresentation
hsv accepts
Return Value
overload 2:
VectorsAPI.hsvToRGB(h: Number, s: Number, v: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
h accepts
s accepts
v accepts
Return Value

No description available
figura.docs.vectors.int_to_rgb

overload 1:
VectorsAPI.intToRGB(color: Integer): Vector3
typings.-672261858typings.2002444080
Method PropertyFluent DescriptionRepresentation
color accepts
Return Value

No description available
figura.docs.vectors.rgb_to_hsv

overload 1:
VectorsAPI.rgbToHSV(rgb: Vector3): Vector3
typings.2002444080typings.2002444080
Method PropertyFluent DescriptionRepresentation
rgb accepts
Return Value
overload 2:
VectorsAPI.rgbToHSV(r: Number, g: Number, b: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
r accepts
g accepts
b accepts
Return Value

No description available
figura.docs.vectors.rgb_to_hex

overload 1:
VectorsAPI.rgbToHex(rgb: Vector3): String
typings.2002444080typings.-1808118735
Method PropertyFluent DescriptionRepresentation
rgb accepts
Return Value
overload 2:
VectorsAPI.rgbToHex(r: Number, g: Number, b: Number): String
typings.-1950496919typings.-1950496919typings.-1950496919typings.-1808118735
Method PropertyFluent DescriptionRepresentation
r accepts
g accepts
b accepts
Return Value

No description available
figura.docs.vectors.rgb_to_int

overload 1:
VectorsAPI.rgbToInt(rgb: Vector3): Integer
typings.2002444080typings.-672261858
Method PropertyFluent DescriptionRepresentation
rgb accepts
Return Value
overload 2:
VectorsAPI.rgbToInt(r: Number, g: Number, b: Number): Integer
typings.-1950496919typings.-1950496919typings.-1950496919typings.-672261858
Method PropertyFluent DescriptionRepresentation
r accepts
g accepts
b accepts
Return Value

No description available
figura.docs.vectors.rotate_around_axis

overload 1:
VectorsAPI.rotateAroundAxis(angle: Number, vec: Vector3, axis: Vector3): Vector3
typings.-1950496919typings.2002444080typings.2002444080typings.2002444080
Method PropertyFluent DescriptionRepresentation
angle accepts
vec accepts
axis accepts
Return Value
overload 2:
VectorsAPI.rotateAroundAxis(angle: Number, x: Number, y: Number, z: Number, axis: Vector3): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080typings.2002444080
Method PropertyFluent DescriptionRepresentation
angle accepts
x accepts
y accepts
z accepts
axis accepts
Return Value
overload 3:
VectorsAPI.rotateAroundAxis(angle: Number, vec: Vector3, axisX: Number, axisY: Number, axisZ: Number): Vector3
typings.-1950496919typings.2002444080typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
angle accepts
vec accepts
axisX accepts
axisY accepts
axisZ accepts
Return Value
overload 4:
VectorsAPI.rotateAroundAxis(angle: Number, x: Number, y: Number, z: Number, axisX: Number, axisY: Number, axisZ: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
angle accepts
x accepts
y accepts
z accepts
axisX accepts
axisY accepts
axisZ accepts
Return Value

No description available
figura.docs.vectors.to_camera_space

overload 1:
VectorsAPI.toCameraSpace(vec: Vector3): Vector3
typings.2002444080typings.2002444080
Method PropertyFluent DescriptionRepresentation
vec accepts
Return Value
overload 2:
VectorsAPI.toCameraSpace(x: Number, y: Number, z: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
Return Value

No description available
figura.docs.vectors.vec

overload 1:
VectorsAPI.vec(x: Number, y: Number): Vector2
typings.-1950496919typings.-1950496919typings.2002444079
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
Return Value
overload 2:
VectorsAPI.vec(x: Number, y: Number, z: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
Return Value
overload 3:
VectorsAPI.vec(x: Number, y: Number, z: Number, w: Number): Vector4
typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444081
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
w accepts
Return Value

No description available
figura.docs.vectors.vec2

overload 1:
VectorsAPI.vec2(x: Number, y: Number): Vector2
typings.-1950496919typings.-1950496919typings.2002444079
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
Return Value

No description available
figura.docs.vectors.vec3

overload 1:
VectorsAPI.vec3(x: Number, y: Number, z: Number): Vector3
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444080
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
Return Value

No description available
figura.docs.vectors.vec4

overload 1:
VectorsAPI.vec4(x: Number, y: Number, z: Number, w: Number): Vector4
typings.-1950496919typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444081
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
w accepts
Return Value

No description available
figura.docs.vectors.world_to_screen_space

overload 1:
VectorsAPI.worldToScreenSpace(vec: Vector3): Vector4
typings.2002444080typings.2002444081
Method PropertyFluent DescriptionRepresentation
vec accepts
Return Value
overload 2:
VectorsAPI.worldToScreenSpace(x: Number, y: Number, z: Number): Vector4
typings.-1950496919typings.-1950496919typings.-1950496919typings.2002444081
Method PropertyFluent DescriptionRepresentation
x accepts
y accepts
z accepts
Return Value