luxe: shape2D
import "luxe: shape2D" for Ray2Dno docs found
Ray2D.create(…)
Section titled “Ray2D.create(…)”Ray2D.create(start : Any, end : Any, type : Any) : unknownno docs found
Ray2D.set(…)
Section titled “Ray2D.set(…)”Ray2D.set(ray : Any, start : Any, end : Any, type : Any) : unknownno docs found
Ray2D.set_start(..)
Section titled “Ray2D.set_start(..)”Ray2D.set_start(ray : Any, start : Any) : unknownno docs found
Ray2D.set_end(..)
Section titled “Ray2D.set_end(..)”Ray2D.set_end(ray : Any, end : Any) : unknownno docs found
Ray2D.set_type(..)
Section titled “Ray2D.set_type(..)”Ray2D.set_type(ray : Any, type : Any) : unknownno docs found
Ray2D.get_start(.)
Section titled “Ray2D.get_start(.)”Ray2D.get_start(ray : Any) : unknownno docs found
Ray2D.get_end(.)
Section titled “Ray2D.get_end(.)”Ray2D.get_end(ray : Any) : unknownno docs found
Ray2D.get_type(.)
Section titled “Ray2D.get_type(.)”Ray2D.get_type(ray : Any) : unknownno docs found
Ray2DType
Section titled “Ray2DType”import "luxe: shape2D" for Ray2DTypeno docs found
Ray2DType.finite
Section titled “Ray2DType.finite”Ray2DType.finite : unknownno docs found
Ray2DType.infinite_end
Section titled “Ray2DType.infinite_end”Ray2DType.infinite_end : unknownno docs found
Ray2DType.infinite
Section titled “Ray2DType.infinite”Ray2DType.infinite : unknownno docs found
Ray2DType.from_string(.)
Section titled “Ray2DType.from_string(.)”Ray2DType.from_string(value : Any) : unknownno docs found
Ray2DType.name(.)
Section titled “Ray2DType.name(.)”Ray2DType.name(value : Any) : unknownno docs found
Shape2D
Section titled “Shape2D”import "luxe: shape2D" for Shape2Dno docs found
Shape2D.create_poly(…)
Section titled “Shape2D.create_poly(…)”Shape2D.create_poly(pos : Any, angle : Any, scale : Any, verts : Any) : unknownno docs found
Shape2D.create_ngon(…)
Section titled “Shape2D.create_ngon(…)”Shape2D.create_ngon(pos : Any, angle : Any, scale : Any, sides : Any, radius : Any) : unknownno docs found
Shape2D.create_rect(…)
Section titled “Shape2D.create_rect(…)”Shape2D.create_rect(pos : Any, angle : Any, scale : Any, size : Any, centered : Any) : unknownno docs found
Shape2D.create_circle(…)
Section titled “Shape2D.create_circle(…)”Shape2D.create_circle(pos : Any, angle : Any, scale : Any, radius : Any) : unknownno docs found
Shape2D.destroy(.)
Section titled “Shape2D.destroy(.)”Shape2D.destroy(shape : Any) : unknownno docs found
Shape2D.set_pos(..)
Section titled “Shape2D.set_pos(..)”Shape2D.set_pos(shape : Any, pos : Any) : unknownno docs found
Shape2D.set_rotation(..)
Section titled “Shape2D.set_rotation(..)”Shape2D.set_rotation(shape : Any, angle : Any) : unknownno docs found
Shape2D.set_scale(..)
Section titled “Shape2D.set_scale(..)”Shape2D.set_scale(shape : Any, scale : Any) : unknownno docs found
Shape2D.get_type(.)
Section titled “Shape2D.get_type(.)”Shape2D.get_type(shape : Any) : unknownno docs found
Shape2D.get_pos(.)
Section titled “Shape2D.get_pos(.)”Shape2D.get_pos(shape : Any) : unknownno docs found
Shape2D.get_bounds(..)
Section titled “Shape2D.get_bounds(..)”Shape2D.get_bounds(shape : Any, into : Any) : unknownno docs found
Shape2D.get_rotation(.)
Section titled “Shape2D.get_rotation(.)”Shape2D.get_rotation(shape : Any) : unknownno docs found
Shape2D.get_scale(.)
Section titled “Shape2D.get_scale(.)”Shape2D.get_scale(shape : Any) : unknownno docs found
Shape2D.get_verts(.)
Section titled “Shape2D.get_verts(.)”Shape2D.get_verts(shape : Any) : unknownno docs found
Shape2D.get_radius(.)
Section titled “Shape2D.get_radius(.)”Shape2D.get_radius(shape : Any) : unknownno docs found
Shape2DType
Section titled “Shape2DType”import "luxe: shape2D" for Shape2DTypeno docs found
Shape2DType.poly
Section titled “Shape2DType.poly”Shape2DType.poly : unknownno docs found
Shape2DType.circle
Section titled “Shape2DType.circle”Shape2DType.circle : unknownno docs found
Shape2DType.from_string(.)
Section titled “Shape2DType.from_string(.)”Shape2DType.from_string(value : Any) : unknownno docs found
Shape2DType.name(.)
Section titled “Shape2DType.name(.)”Shape2DType.name(value : Any) : unknownno docs found