public interface Plane3D extends Shape
Modifier and Type | Method and Description |
---|---|
Plane3D |
copy() |
double |
distanceTo(tr.com.terrayazilim.core.math.Vec3d vec3d) |
List<Point3D> |
getBounds() |
tr.com.terrayazilim.core.unit.DimensionUnit |
getDimensionUnit() |
double |
getDistance() |
tr.com.terrayazilim.core.math.Vec3d |
getNormal() |
Plane3D |
getNormalized() |
ShapeUnit |
getShapeUnit() |
boolean |
isBounded() |
Plane3D |
rotate(tr.com.terrayazilim.core.math.Vec3d vec3d) |
Plane3D |
scale(double scaleFactor) |
Plane3D |
translate(double... args) |
Plane3D rotate(tr.com.terrayazilim.core.math.Vec3d vec3d)
vec3d
- double distanceTo(tr.com.terrayazilim.core.math.Vec3d vec3d)
vec3d
- tr.com.terrayazilim.core.math.Vec3d getNormal()
Plane3D getNormalized()
double getDistance()
Plane3D copy()
boolean isBounded()
Plane3D translate(double... args)
Plane3D scale(double scaleFactor)
tr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit
in interface Shape
ShapeUnit getShapeUnit()
getShapeUnit
in interface Shape
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.