Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/Three.js>Line3

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class Line3
Re-export
import { Line3 } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";

Constructors

new
Line3(start?: Vector3, end?: Vector3)

Methods

at(t: number, target: Vector3): Vector3
clone(): this
closestPointToPoint(
point: Vector3,
clampToLine: boolean,
target: Vector3,
): Vector3
closestPointToPointParameter(point: Vector3, clampToLine?: boolean): number
copy(line: Line3): this
distance(): number
distanceSq(): number
equals(line: Line3): boolean
set(start?: Vector3, end?: Vector3): Line3