Inheritance Graph
graph BT
Line3
Line3 --> Object
click Line3 "escript_type_Geometry_Line3"
click Object "escript_type_Object"
Functions
|
|
_constructor([p0 [, p1]]) |
[ESMF] line new Line3([ Vec3 origin,Vec3 direction| Line3 ]) |
distance(p0) |
[ESMF] Number line3.distance(Vec3) |
getClosestPoint(p0) |
[ESMF] Vec3 line3.getClosestPoint(Vec3) |
getClosestPointToRay(p0) |
[ESMF] Vec3 line3.getClosestPointToRay(Ray3) |
getClosestValues(p0) |
[ESMF] Array Line3.getClosestValues(Line3) |
getDirection() |
[ESMF] Vec3 line3.getDirection() |
getOrigin() |
[ESMF] Vec3 line3.getOrigin() |
getPoint(p0) |
[ESMF] Vec3 line3.getPoint(Number) |
normalize() |
[ESMF] self line3.normalize() |
setDirection(p0) |
[ESMF] self line3.setDirection(Vec3) |
setOrigin(p0) |
[ESMF] self line3.setOrigin(Vec3) |